Browse Source

django-stripped: Support Django 1.5

INADA Naoki 12 years ago
parent
commit
aa0c106cd0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      django-stripped/hello/hello/settings.py

+ 2 - 0
django-stripped/hello/hello/settings.py

@@ -168,3 +168,5 @@ LOGGING = {
         },
     }
 }
+
+ALLOWED_HOSTS = ['*']