Removed south from INSTALLED_APPS.
This commit is contained in:
parent
0bf4f3cfea
commit
1fc91f85ea
1 changed files with 0 additions and 7 deletions
|
|
@ -613,13 +613,6 @@ try:
|
||||||
INSTALLED_APPS = INSTALLED_APPS + ('django_extensions',)
|
INSTALLED_APPS = INSTALLED_APPS + ('django_extensions',)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
# South handles automatic database scheme migrations when evennia
|
|
||||||
# updates
|
|
||||||
try:
|
|
||||||
import south
|
|
||||||
INSTALLED_APPS = INSTALLED_APPS + ('south',)
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# SECRET_KEY
|
# SECRET_KEY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue