We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade905e commit 56a5193Copy full SHA for 56a5193
pythonkc_site/requirements/project.txt
@@ -1,4 +1,4 @@
1
-Django==1.3.1
+Django==1.3.6
2
gondor==1.0.5
3
psycopg2==2.4.2
4
South==0.7.3
pythonkc_site/settings.py
@@ -23,6 +23,8 @@
23
}
24
25
26
+ALLOWED_HOSTS = ['pythonkc.com']
27
+
28
# Local time zone for this installation. Choices can be found here:
29
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
30
# although not all choices may be available on all operating systems.
0 commit comments