Removed south from INSTALLED_APPS.

This commit is contained in:
Griatch 2014-09-17 09:48:02 +02:00
parent 0bf4f3cfea
commit 1fc91f85ea

View file

@ -613,13 +613,6 @@ try:
INSTALLED_APPS = INSTALLED_APPS + ('django_extensions',)
except ImportError:
pass
# South handles automatic database scheme migrations when evennia
# updates
try:
import south
INSTALLED_APPS = INSTALLED_APPS + ('south',)
except ImportError:
pass
#######################################################################
# SECRET_KEY