Added south for database migrations

This commit is contained in:
2013-07-17 00:12:03 +10:00
parent e83b82a66c
commit 7bba30b4ac
2 changed files with 8 additions and 3 deletions

4
pip-requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
Django==1.5.1
South==0.8.1
distribute==0.6.34
wsgiref==0.1.2

View File

@@ -29,7 +29,7 @@ ALLOWED_HOSTS = []
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.
# In a Windows environment this must be set to your system time zone.
TIME_ZONE = 'America/Chicago'
TIME_ZONE = 'Australia/Brisbane'
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
@@ -121,9 +121,10 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'django.contrib.admindocs',
'south',
)
# A sample logging configuration. The only tangible logging