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
c450068bb2
OpenSlides
/
openslides
/
projector
/
__init__.py
4 lines
63 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 -*-
Use flake8 instead of pep8. Orderd the imports with isort * changed the fab-command pep8 to check * checked and fixed any code with flake8. Also the urls.py * checkt the projector app with pylint
2013-09-25 10:01:01 +02:00
from
.
import
signals
,
slides
# noqa
Reference in New Issue
Copy Permalink