diff --git a/tutorxqueue/__about__.py b/tutorxqueue/__about__.py index 48fef32..ae73625 100644 --- a/tutorxqueue/__about__.py +++ b/tutorxqueue/__about__.py @@ -1 +1 @@ -__version__ = "0.1.2" \ No newline at end of file +__version__ = "0.1.3" diff --git a/tutorxqueue/templates/xqueue/apps/settings/tutor.py b/tutorxqueue/templates/xqueue/apps/settings/tutor.py index d6e80c0..423cf62 100644 --- a/tutorxqueue/templates/xqueue/apps/settings/tutor.py +++ b/tutorxqueue/templates/xqueue/apps/settings/tutor.py @@ -8,6 +8,9 @@ DATABASES = { "NAME": "{{ XQUEUE_MYSQL_DATABASE }}", "USER": "{{ XQUEUE_MYSQL_USERNAME }}", "PASSWORD": "{{ XQUEUE_MYSQL_PASSWORD }}", + "OPTIONS": { + "init_command": "SET sql_mode='STRICT_TRANS_TABLES'", + }, } }