]> git.parisson.com Git - mezzo.git/commitdiff
Generic settings
authorEmilie <zawadzki@ircam.fr>
Wed, 22 Mar 2017 15:08:14 +0000 (16:08 +0100)
committerEmilie <zawadzki@ircam.fr>
Wed, 22 Mar 2017 15:08:14 +0000 (16:08 +0100)
app/settings.py
docker-compose.yml
env/dev.yml

index 92412522eea90347549fb76101e08afa20a1e476..c1d59da229cec39a11055ab1af87f5f9e2a38b01 100644 (file)
@@ -138,7 +138,7 @@ LOCALE_PATHS = ['locale',]
 SESSION_EXPIRE_AT_BROWSER_CLOSE = False
 SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies"
 
-SITE_ID = 3
+SITE_ID = 1
 
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.
@@ -213,8 +213,8 @@ ROOT_URLCONF = "urls"
 
 INSTALLED_APPS = [
     "themes.base",
-    "themes.starts_eu",
-    'themes.vertigo_starts_eu',
+    "themes.starts_eu",
+    'themes.vertigo_starts_eu',
 
     "modeltranslation",
     "dal",
@@ -305,9 +305,9 @@ if not DEBUG:
     TEMPLATES[0]['APP_DIRS'] = False
 
 HOST_THEMES = [
-    ('www.starts.eu', 'themes.starts_eu'),
-    ('vertigo.starts.eu', 'themes.vertigo_starts_eu'),
-    ('vertigo.ircam.fr', 'themes.base'),
+    #('www.starts.eu', 'themes.starts_eu'),
+    #('vertigo.starts.eu', 'themes.vertigo_starts_eu'),
+    ('manifeste.ircam.fr', 'themes.base'),
 ]
 
 # List of middleware classes to use. Order is important; in the request phase,
index dde49af60ec0e607a54b083fd47805c6fb8308ac..ea4508d8c01b6a3c852bb03a300e9403c8af2b88 100644 (file)
@@ -65,7 +65,7 @@ app:
 nginx:
   image: nginx
   ports:
-    - "8021:80"
+    - "8022:80"
   volumes:
     - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf
   volumes_from:
index 378cd00a376df15b6ce42105dfcd8f75df713b6f..80eb59340f9639e63484f8a44761088d414610cb 100644 (file)
@@ -22,7 +22,7 @@
 app:
   command: /bin/sh bin/app.sh --runserver
   ports:
-    - "9021:8000"
+    - "9022:8000"
     - "3001:3000"
   environment:
     - DEBUG=True