|
|
@@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-dx$w#y$e0%s89^%l7v%6*i%fom(ns-5+#0ul$&u@%#^%9jq7w+
|
|
|
# SECURITY WARNING: don't run with debug turned on in production!
|
|
|
DEBUG = True
|
|
|
|
|
|
-ALLOWED_HOSTS = []
|
|
|
+ALLOWED_HOSTS = ['marchioitalia.it','www.marchioitalia.it',]
|
|
|
|
|
|
|
|
|
# Application definition
|
|
|
@@ -135,6 +135,5 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
|
|
SESSION_EXPIRE_AT_BROWSER_CLOSE=True
|
|
|
|
|
|
#MEDIA_ROOT=os.path.join(BASE_DIR,'static/upload')
|
|
|
-
|
|
|
#STATICFILES_DIRS = [ os.path.join(BASE_DIR,'static/upload'), ]
|
|
|
|