Fixed test database name in app setup template.

This commit is contained in:
Chris Church
2013-04-02 14:06:45 -04:00
parent dbab673183
commit 63ef048d73
2 changed files with 2 additions and 5 deletions

View File

@@ -56,11 +56,6 @@ DATABASES = {
}
}
#if 'test' in sys.argv:
# DATABASES['default'] = {
# 'ENGINE': 'django.db.backends.sqlite3'
# }
# Internationalization
# https://docs.djangoproject.com/en/dev/topics/i18n/
#