From 7bba30b4acb17a4b5237a46299f101e77d3d45f0 Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Wed, 17 Jul 2013 00:12:03 +1000 Subject: [PATCH] Added south for database migrations --- pip-requirements.txt | 4 ++++ rockviewer/settings.py | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 pip-requirements.txt diff --git a/pip-requirements.txt b/pip-requirements.txt new file mode 100644 index 0000000..6624270 --- /dev/null +++ b/pip-requirements.txt @@ -0,0 +1,4 @@ +Django==1.5.1 +South==0.8.1 +distribute==0.6.34 +wsgiref==0.1.2 diff --git a/rockviewer/settings.py b/rockviewer/settings.py index 28c43a9..ee1f122 100644 --- a/rockviewer/settings.py +++ b/rockviewer/settings.py @@ -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