Moved teacher max periods to settings
This commit is contained in:
parent
4833096018
commit
c569e9f3a5
3 changed files with 20 additions and 15 deletions
|
|
@ -151,6 +151,10 @@ INSTRUCTOR_IMPORT_MAPPING = {
|
|||
|
||||
CHARGE_SHEET_TITLE = "Feuille de charge pour l'année scolaire 2017-2018"
|
||||
|
||||
# Maximum numbers of periods per teacher per year
|
||||
MAX_ENS_PERIODS = 1900
|
||||
MAX_ENS_FORMATION = 250
|
||||
|
||||
if 'TRAVIS' in os.environ:
|
||||
SECRET_KEY = 'secretkeyfortravistests'
|
||||
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue