mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-17 04:20:22 +00:00
Better import for override_settings
This commit is contained in:
parent
241db08385
commit
c7fa58ffe3
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from django.conf import settings
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.test import TestCase, override_settings
|
||||
from django.test import TestCase
|
||||
from django.test.utils import override_settings
|
||||
|
||||
from tos.compat import get_runtime_user_model
|
||||
from tos.models import TermsOfService, UserAgreement
|
||||
|
|
|
|||
Loading…
Reference in a new issue