remove south from installed apps
This commit is contained in:
parent
ff5ed1fdb1
commit
ac2420ad19
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ INSTALLED_APPS = (
|
||||||
'django_extensions',
|
'django_extensions',
|
||||||
'debug_toolbar',
|
'debug_toolbar',
|
||||||
'sorl.thumbnail',
|
'sorl.thumbnail',
|
||||||
'south',
|
# 'south',
|
||||||
'user',
|
'user',
|
||||||
'ckeditor',
|
'ckeditor',
|
||||||
'fccv',
|
'fccv',
|
||||||
|
|
Loading…
Add table
Reference in a new issue