Begin SAS

This commit is contained in:
Skia
2016-10-26 19:21:19 +02:00
parent 0b068d3e92
commit d554a5ee8d
14 changed files with 178 additions and 1 deletions

View File

@ -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")