Added SOUTH_TESTS_MIGRATE to settings.

master
Brandon Taylor 2014-09-12 08:51:36 -04:00
parent 6953be4fd8
commit 4c2925e1f0
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 = []