Skip to content
Snippets Groups Projects

Add python code in settings

Merged Ghost User requested to merge feature/settings.py into beta
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -38,8 +38,8 @@ class TestSettings(TestCase):
@@ -38,8 +38,8 @@ class TestSettings(TestCase):
'django.contrib.staticfiles',
'django.contrib.staticfiles',
'djangoldp',
'djangoldp',
'guardian',
'guardian',
'djangoldp.tests',
'djangoldp.tests.dummy.apps.DummyConfig',
'djangoldp.tests.dummy.apps.DummyConfig'
'djangoldp.tests'
]
]
def test_reference_middleware(self):
def test_reference_middleware(self):
Loading