Improve launderette rights to match with launderette club

This commit is contained in:
Skia
2016-08-13 16:39:09 +02:00
parent 4ec328556e
commit a033c4dfd2
9 changed files with 62 additions and 27 deletions

View File

@ -32,7 +32,7 @@ ALLOWED_HOSTS = []
# Application definition
SITE_ID = 1
SITE_ID = 4000
INSTALLED_APPS = (
'django.contrib.admin',
@ -167,6 +167,8 @@ LOCALE_PATHS = (
os.path.join(BASE_DIR, "locale"),
)
PHONENUMBER_DEFAULT_REGION = "FR"
# Medias
MEDIA_ROOT = './data/'
MEDIA_URL = '/data/'
@ -189,6 +191,9 @@ DEFAULT_FROM_EMAIL="bibou@git.an"
EMAIL_HOST="localhost"
EMAIL_PORT=25
SITH_URL = "ae-taiste.utbm.fr"
SITH_NAME = "AE taiste"
# AE configuration
SITH_MAIN_CLUB = {
'name': "AE",