@@ -347,7 +347,7 @@ List of changes since the *CONFIG_VERSION* numbering was introduced:
347
347
# directory in which necessary files will be stored.
348
348
#FILETRACKER_CACHE_ROOT = '__DIR__/cache'
349
349
350
- # When using a remote storage it's recommended to enable a cache cleaner deamon
350
+ # When using a remote storage it's recommended to enable a cache cleaner daemon
351
351
# which will periodically scan cache directory and remove files what aren't
352
352
# used. For a detailed description of each option, please read a cache cleaner
353
353
# configuration section in the sioworkersd documentation.
@@ -439,7 +439,7 @@ List of changes since the *CONFIG_VERSION* numbering was introduced:
439
439
440
440
-# Filetracker server settings.
441
441
-#
442
- -# Determines which filetracker database use, availible options are:
442
+ -# Determines which filetracker database use, available options are:
443
443
-# - 'oioioi.filetracker.client.media_root_factory' (the default)
444
444
-# Stores files on local filesystem under MEDIA_ROOT, optionally
445
445
-# exposing them with a filetracker server (see section below).
@@ -588,7 +588,7 @@ List of changes since the *CONFIG_VERSION* numbering was introduced:
588
588
589
589
# 'oioioi.usergroups',
590
590
591
- #. * Introduced `DEFAULT_COMPILERS ` to settings, which should be set for every language supoorted ::
591
+ #. * Introduced `DEFAULT_COMPILERS ` to settings, which should be set for every language supported ::
592
592
593
593
--- a/oioioi/default_settings.py
594
594
+++ b/oioioi/default_settings.py
@@ -896,7 +896,7 @@ List of changes since the *CONFIG_VERSION* numbering was introduced:
896
896
+# The server to be run. Options are:
897
897
+# 'django' - django's http server
898
898
+# 'uwsgi' - uwsgi daemon
899
- +# 'uwsgi-http' - uwsgi deamon with built-in http server
899
+ +# 'uwsgi-http' - uwsgi daemon with built-in http server
900
900
+# None - nothing will be run
901
901
+SERVER = 'django'
902
902
0 commit comments