Update to the latest changes in HyperKitty
This commit is contained in:
parent
7914a6192f
commit
1e7869952d
11 changed files with 120 additions and 123 deletions
|
@ -1,19 +0,0 @@
|
|||
#-*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Copy of the Django settings file, but with databases set for unit tests.
|
||||
"""
|
||||
|
||||
from settings import *
|
||||
try:
|
||||
from settings_local import *
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': ':memory:',
|
||||
}
|
||||
}
|
||||
KITTYSTORE_URL = 'sqlite:'
|
Loading…
Add table
Add a link
Reference in a new issue