Removed south entirely from project.
This commit is contained in:
@@ -22,8 +22,6 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
SOUTH_TESTS_MIGRATE = False
|
||||
|
||||
# Hosts/domain names that are valid for this site; required if DEBUG is False
|
||||
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
|
||||
ALLOWED_HOSTS = []
|
||||
@@ -124,7 +122,6 @@ INSTALLED_APPS = (
|
||||
|
||||
'adminsortable',
|
||||
'app',
|
||||
'south',
|
||||
)
|
||||
|
||||
# A sample logging configuration. The only tangible logging
|
||||
|
||||
Reference in New Issue
Block a user