OpenSlides/openslides/utils
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
..
auth Change to MIT Licence 2013-11-04 14:57:30 +01:00
jsonfield Change to MIT Licence 2013-11-04 14:57:30 +01:00
person Change to MIT Licence 2013-11-04 14:57:30 +01:00
__init__.py Add code 2011-07-31 10:46:29 +02:00
csv_ext.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
exceptions.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
forms.py Fixed #957 (Allow list-style in CKEditor) 2013-11-10 19:33:38 +01:00
main.py Set reuse address option (fixes #1043) 2013-11-14 22:38:12 +01:00
models.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
pdf.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
settings.py.tpl New command create-dev-settings. Clean up main script. Fix wrong path for Windows version. 2013-10-29 00:48:49 +01:00
signals.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
template.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
test.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
tornado_webserver.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
utils.py Change to MIT Licence 2013-11-04 14:57:30 +01:00
views.py Change to MIT Licence 2013-11-04 14:57:30 +01:00