Removed South from the default settings since it’s no longer compatible with latest Django 1.7.

This commit is contained in:
Martin Mahner 2014-12-14 18:11:57 +01:00
parent ccf646e34f
commit 4939467620

View file

@ -108,7 +108,6 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'mptt',
'south',
'gunicorn',
'dpaste',
)