OpenSlides/openslides
Andy Kittner 0d4c48a9c0 Set reuse address option (fixes #1043)
When the server is killed there may still be client-sockets connected in
the TIME_WAIT state, causing the bind() call to fail. With the
REUSEADDR option we can reuse the address immediately unless another
process is actually *listening* on the same address.
that we want to reuse the address
2013-11-14 22:38:12 +01:00
..
account Change to MIT Licence 2013-11-04 14:57:30 +01:00
agenda Bugfix in agenda.js (fixes #1041) 2013-11-12 21:33:57 +01:00
assignment Some more template fixes: 2013-11-10 20:50:30 +01:00
config Change to MIT Licence 2013-11-04 14:57:30 +01:00
core Fixed typo (titel->title). 2013-11-12 10:57:07 +01:00
locale Fixed typo (titel->title). 2013-11-12 10:57:07 +01:00
mediafile Some more template fixes: 2013-11-10 20:50:30 +01:00
motion Merge pull request #1046 from emanuelschuetze/translation-fix 2013-11-12 05:07:45 -08:00
participant Some more template fixes: 2013-11-10 20:50:30 +01:00
poll Change to MIT Licence 2013-11-04 14:57:30 +01:00
projector Merge pull request #1021 from DebVortex/feature/fix-issue-994 2013-11-12 05:36:08 -08:00
static Fixed #1038: Increase small input fields in poll forms. 2013-11-11 17:36:52 +01:00
templates Some more template fixes: 2013-11-10 20:50:30 +01:00
utils Set reuse address option (fixes #1043) 2013-11-14 22:38:12 +01:00
__init__.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
__main__.py Move run_tornado import into runserver function because its imports needs settings (new in Django 1.6). 2013-11-10 22:15:13 +01:00
global_settings.py Update to Django 1.6 2013-11-07 18:56:06 +01:00
urls.py Change to MIT Licence 2013-11-04 14:57:30 +01:00