Added SOUTH_TESTS_MIGRATE to settings.
parent
6953be4fd8
commit
4c2925e1f0
|
|
@ -16,6 +16,10 @@ branches:
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
-
|
||||
python: "2.6"
|
||||
env: DJANGO_VERSION=1.5.10
|
||||
|
||||
-
|
||||
python: "3.4"
|
||||
env: DJANGO_VERSION=1.5.10
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@ 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 = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue