mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
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',)
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue