mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Made @override_settings(ROOT_URLCONF=...) consistent.
This commit is contained in:
parent
10a162809f
commit
7fa8aea8dd
6 changed files with 8 additions and 9 deletions
|
|
@ -17,7 +17,7 @@ from django.utils.html import escape
|
|||
from .models import Article, ArticleProxy, Site
|
||||
|
||||
|
||||
@override_settings(ROOT_URLCONF="admin_utils.urls")
|
||||
@override_settings(ROOT_URLCONF='admin_utils.urls')
|
||||
class LogEntryTests(TestCase):
|
||||
def setUp(self):
|
||||
self.user = User.objects.create_superuser(username='super', password='secret', email='super@example.com')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue