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
5ddadbab6a
OpenSlides
/
openslides
/
projector
/
__init__.py
4 lines
72 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 -*-
New API for widgets using a metaclass. It is now possible to define a default state and to submit extra stylefiles and javascript files when defining a widget in an app. This is done by a new metaclass in openslides.utils.dispatch. Also fixed some other tests.
2013-11-14 01:16:14 +01:00
from
.
import
signals
,
slides
,
widgets
# noqa
Reference in New Issue
Copy Permalink