Moved to using South, and used a better repo for JSONField

This commit is contained in:
2010-07-01 18:31:42 +01:00
parent 74568b477e
commit 4a3b801185
15 changed files with 752 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.humanize',
'south',
'piston',
'registration',
'eve_proxy',