This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
django-stripped: Support Django 1.5
INADA Naoki
12 years ago
parent
61d01244b9
commit
aa0c106cd0
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
django-stripped/hello/hello/settings.py
+ 2
- 0
django-stripped/hello/hello/settings.py
View File
@@ -168,3 +168,5 @@ LOGGING = {
},
}
}
+
+ALLOWED_HOSTS = ['*']