mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Begin SAS
This commit is contained in:
@ -55,6 +55,7 @@ INSTALLED_APPS = (
|
||||
'launderette',
|
||||
'api',
|
||||
'rootplace',
|
||||
'sas',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
@ -445,6 +446,10 @@ SITH_LAUNDERETTE_PRICES = {
|
||||
'DRYING': 0.75,
|
||||
}
|
||||
|
||||
# SAS variables
|
||||
SITH_SAS_ROOT_DIR_ID = 63
|
||||
SITH_SAS_ADMIN_GROUP_ID = 74
|
||||
|
||||
try:
|
||||
from .settings_custom import *
|
||||
print("Custom settings imported")
|
||||
|
Reference in New Issue
Block a user