Commit be4b1155 authored by Henry Gerard's avatar Henry Gerard
Browse files

modif dans le ALLOWED_HOSTS pour debug en localhost

ajout des requirements
parent d3c0aa04
No related merge requests found
Showing with 9 additions and 1 deletion
+9 -1
...@@ -25,7 +25,7 @@ SECRET_KEY = 'ol#i5pjjy+_1*05+a8k(y@jo4=ipo8$)v)n353&z*ff9@9fq=x' ...@@ -25,7 +25,7 @@ SECRET_KEY = 'ol#i5pjjy+_1*05+a8k(y@jo4=ipo8$)v)n353&z*ff9@9fq=x'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = ['127.0.0.1', 'localhost', 'mistraou22', 'mistraou22.aix.cemagref.fr']
# Application definition # Application definition
......
Django==1.10.5
Pillow==4.0.0
django-debug-toolbar==1.7
django-extensions==1.7.7
olefile==0.44
psycopg2==2.6.2
six==1.10.0
sqlparse==0.2.3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment