add south

This commit is contained in:
Olivier Larchevêque 2013-08-12 23:58:22 -04:00
parent 98df49c1fa
commit 430780d94b
2 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,5 @@ INSTALLED_APPS = ('django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.admin',
'south',
'auf.django.secretquestions',)

View File

@ -3,6 +3,7 @@ envlist = django1.3
[testenv]
deps =
south
coverage
pep8