FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 8ca33464 authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

Added SITE_ID to fix compatibility in testing with Django 1.8

parent 3d85f3c1
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ settings.configure(
DATABASES={'default': {'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'test.db', }},
TIME_ZONE='Europe/London',
USE_TZ=True,
SITE_ID=1,
ROOT_URLCONF='ucamwebauth.urls',
INSTALLED_APPS=(
'django.contrib.auth',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment