Commit d0a012d9 by Timothée Peignier

fix tests

parent ed397432
import os import os
import os
local_path = lambda path: os.path.join(os.path.dirname(__file__), path) local_path = lambda path: os.path.join(os.path.dirname(__file__), path)
DATABASES = { DATABASES = {
...@@ -9,6 +9,8 @@ DATABASES = { ...@@ -9,6 +9,8 @@ DATABASES = {
} }
} }
SITE_ID = 1
INSTALLED_APPS = [ INSTALLED_APPS = [
'django.contrib.contenttypes', 'django.contrib.contenttypes',
'django.contrib.sites', 'django.contrib.sites',
...@@ -29,3 +31,4 @@ STATIC_ROOT = local_path('assets') ...@@ -29,3 +31,4 @@ STATIC_ROOT = local_path('assets')
TEMPLATE_DIRS = ( TEMPLATE_DIRS = (
local_path('templates'), local_path('templates'),
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment