This website requires JavaScript.
Explore
Help
Sign In
ag-admin
/
OpenSlides
Watch
0
Star
0
Fork
0
You've already forked OpenSlides
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2392c1ab36
OpenSlides
/
openslides
/
core
/
__init__.py
4 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly. Changes after some reviews are done. Problematic is still that the JS can not be moved to an extra file because of the template tags in the code.
2013-03-01 17:13:12 +01:00
# -*- coding: utf-8 -*-
Move projector.models.ProjectorSlide to core.models.CustomSlide
2014-01-28 08:32:26 +01:00
from
.
import
main_menu
,
signals
,
slides
,
widgets
# noqa
Reference in New Issue
Copy Permalink