Skip to content

Commit 56a5193

Browse files
committed
Upgrade Django to 1.3.6
1 parent ade905e commit 56a5193

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pythonkc_site/requirements/project.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==1.3.1
1+
Django==1.3.6
22
gondor==1.0.5
33
psycopg2==2.4.2
44
South==0.7.3

pythonkc_site/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
}
2424
}
2525

26+
ALLOWED_HOSTS = ['pythonkc.com']
27+
2628
# Local time zone for this installation. Choices can be found here:
2729
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
2830
# although not all choices may be available on all operating systems.

0 commit comments

Comments
 (0)