remove unnecessary dependency on South

This commit is contained in:
Jan Dittberner 2014-12-17 21:12:32 +01:00
parent a8ce003ed8
commit 06df1c5f0b
2 changed files with 0 additions and 12 deletions

View file

@ -281,17 +281,6 @@ USER_BASE_DN = get_env_setting('GVALDAP_BASEDN_USER')
########## END LDAP SETTINGS
########## SOUTH CONFIGURATION
# See: http://south.readthedocs.org/en/latest/installation.html#configuring-your-django-installation
INSTALLED_APPS += (
# Database migration helpers:
'south',
)
# Don't need to use South when setting up a test database.
SOUTH_TESTS_MIGRATE = False
########## END SOUTH CONFIGURATION
########## CELERY CONFIGURATION
BROKER_URL = get_env_setting('GVALDAP_BROKER_URL')
CELERY_RESULT_BACKEND = 'amqp'

View file

@ -4,7 +4,6 @@ bpython==0.13
django-braces==1.4.0
django-model-utils==2.0.3
logutils==0.3.3
South==0.8.4
celery==3.1.11
passlib==1.6.2
pyaml==14.05.7