Added SOUTH_TESTS_MIGRATE to settings.
parent
6953be4fd8
commit
4c2925e1f0
|
|
@ -16,6 +16,10 @@ branches:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
-
|
||||||
|
python: "2.6"
|
||||||
|
env: DJANGO_VERSION=1.5.10
|
||||||
|
|
||||||
-
|
-
|
||||||
python: "3.4"
|
python: "3.4"
|
||||||
env: DJANGO_VERSION=1.5.10
|
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
|
# 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
|
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
|
||||||
ALLOWED_HOSTS = []
|
ALLOWED_HOSTS = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue