mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Improve launderette rights to match with launderette club
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user