mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-24 15:13:48 +00:00
Fix for #28
This commit is contained in:
parent
832b000c49
commit
3aa3132255
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue