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
d8d2ad002a
OpenSlides
/
openslides
/
core
/
__init__.py
4 lines
75 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 -*-
Changes in projector and core app and in utils. Changed api for main menu entries. Enhanced http error pages using a classed based views. Moved dashboard and select widgets view from projector to core app. Also some small clean ups.
2013-12-09 23:56:01 +01:00
from
.
import
main_menu
,
signals
,
widgets
# noqa
Reference in New Issue
Copy Permalink