]> git.parisson.com Git - teleforma.git/commitdiff
fix default period, tag 1.3.1-ae
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 24 Nov 2023 08:21:33 +0000 (09:21 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 24 Nov 2023 08:21:33 +0000 (09:21 +0100)
app/settings.py
teleforma/__init__.py

index cf4138faf6981c4b9551537e41f3579d9c340c72..3252c2553db115d0e5a62bc2642bb7a6f7029dbb 100644 (file)
@@ -289,7 +289,7 @@ TELEFORMA_PERIOD_TWEETER = True
 TELEFORMA_EXAM_TOPIC_DEFAULT_DOC_TYPE_ID = 4
 TELEFORMA_EXAM_SCRIPT_UPLOAD = True
 TELEFORMA_REGISTER_DEFAULT_DOC_ID = 5506
-TELEFORMA_PERIOD_DEFAULT_ID = 11
+TELEFORMA_PERIOD_DEFAULT_ID = 13
 TELEFORMA_EXAM_MAX_SESSIONS = 10
 TELEFORMA_EXAM_SCRIPT_MAX_SIZE = 20480000
 TELEFORMA_EXAM_SCRIPT_SERVICE_URL = '/webviewer/teleforma.html'
index c9643f7c983916a15f3b6cd852bcb138d216e663..3a4c7c1135483447e1161717e7d28a8f1c1a2bfd 100644 (file)
@@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '1.3'
+__version__ = '1.3.1'
 __url__ = 'http://parisson.com/products/teleforma'
 __copyright__ = '(C) 2011-2017 Parisson'
 __license__ = 'CeCILL-v2'
@@ -48,4 +48,4 @@ The fact that you are presently reading this means that you have had
 knowledge of the CeCILL license and that you accept its terms.
 """
 
-import teleforma.patches
\ No newline at end of file
+import teleforma.patches