Added SOUTH_TESTS_MIGRATE to settings.
This commit is contained in:
@@ -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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user