This commit is contained in:
Bojan Mihelac 2012-03-30 15:25:45 +02:00
parent 832b000c49
commit 3aa3132255

View file

@ -1,9 +1,12 @@
DBTEMPLATES_CACHE_BACKEND = 'dummy://'
DATABASE_ENGINE = 'sqlite3'
# SQLite does not support removing unique constraints (see #28)
SOUTH_TESTS_MIGRATE = False
SITE_ID = 1
INSTALLED_APPS = [
'django.contrib.contenttypes',
'django.contrib.sites',