Parcourir la source

Site ID update

sleepytaco il y a 3 ans
Parent
commit
62d772a379
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      UnTube/production.py

+ 1 - 1
UnTube/production.py

@@ -5,7 +5,7 @@ SECRET_KEY = SECRETS['SECRET_KEY']
 
 # configure the domain name using the environment variable found on pythonanywhere
 ALLOWED_HOSTS = ['bakaabu.pythonanywhere.com', '127.0.0.1', 'untube.it'] if 'UNTUBE' in os.environ else ['bakaabu.pythonanywhere.com', 'untube.it']
-SITE_ID = 8
+SITE_ID = 9
 
 DEBUG = False
 CSRF_COOKIE_SECURE = True