mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-05-01 23:54:42 +00:00
Ensure test settings SITE_ID is an integer
This commit is contained in:
parent
09a71c69d7
commit
d8b3d1365c
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ if not settings.configured:
|
|||
],
|
||||
'ROOT_URLCONF': 'tos.tests.test_urls',
|
||||
'LOGIN_URL': '/login/',
|
||||
'SITE_ID': '1',
|
||||
'SITE_ID': 1,
|
||||
'CACHES': {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
|
||||
|
|
|
|||
Loading…
Reference in a new issue