Update to the latest changes in HyperKitty

This commit is contained in:
Aurélien Bompard 2015-03-13 14:21:42 +00:00
parent 7914a6192f
commit 1e7869952d
11 changed files with 120 additions and 123 deletions

View file

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