OpenSlides/openslides/core
Oskar Hahn fe64941aab Big Mode for OpenSlides
Uses django channels instead of tornado for the autoupdate. Therefore
tornado is nolonger a dependency of OpenSlides (but channels).

This uses websockets instead of SockJS.

Use the flag insecure in the start command to provide static files serving.

Use a new session backend that has a ForeignKey to User.
2016-06-09 11:14:39 +02:00
..
management Big Mode for OpenSlides 2016-06-09 11:14:39 +02:00
migrations Big Mode for OpenSlides 2016-06-09 11:14:39 +02:00
static Big Mode for OpenSlides 2016-06-09 11:14:39 +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 typo fixing (issue #2181) 2016-06-08 22:18:35 +02:00
config_variables.py Redesign of the config variables. 2016-06-03 13:47:54 +02:00
config.py typo fixing (issue #2181) 2016-06-08 22:18:35 +02:00
exceptions.py Moved config app into the core app 2015-06-29 15:15:33 +02:00
models.py Big Mode for OpenSlides 2016-06-09 11:14:39 +02: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
session_backend.py Big Mode for OpenSlides 2016-06-09 11:14:39 +02:00
signals.py Redesign of the config variables. 2016-06-03 13:47:54 +02:00
urls.py Implement full text search (client side) Fixes #1699 2016-01-27 00:16:30 +01:00
views.py Redesign of the config variables. 2016-06-03 13:47:54 +02:00