..
management
Updated start script help text and custom commands. Fixed #1987 .
2016-02-25 23:17:04 +01:00
migrations
Used bulk_create to create the initial projector during migration. Fixed #2035 .
2016-03-07 19:09:45 +01:00
static
Template fixes for better smartphone usage.
2016-04-17 19:56:38 +02:00
__init__.py
Added Django's application configuration.
2014-12-10 17:16:58 +01:00
access_permissions.py
Forwarding JSON instead of Django model instances to autoupdate loop.
2016-03-06 14:24:53 +01:00
apps.py
Massive refactoring for autoupdate optimization.
2016-03-06 14:22:40 +01:00
config.py
Use colorpicker for projector header color config.
2016-02-23 22:24:41 +01:00
exceptions.py
Moved config app into the core app
2015-06-29 15:15:33 +02:00
middleware.py
Moved config app into the core app
2015-06-29 15:15:33 +02:00
models.py
Massive refactoring for autoupdate optimization.
2016-03-06 14:22:40 +01:00
projector.py
Rename and refactor some ProjectorElement methods. Fixed #1631 .
2016-02-27 20:56:03 +01:00
serializers.py
Used 'detail' for all ValidationError messages. See #1946 .
2016-02-08 21:52:23 +01:00
signals.py
New configs for font color in header and h1 on projector ( Fixes #2020 )
2016-03-08 23:01:17 +01:00
urls.py
Implement full text search (client side) Fixes #1699
2016-01-27 00:16:30 +01:00
views.py
Forwarding JSON instead of Django model instances to autoupdate loop.
2016-03-06 14:24:53 +01:00