We do things differently now :)
This commit is contained in:
5
src/django_deploy/tests/fake_app2/django_settings.py
Normal file
5
src/django_deploy/tests/fake_app2/django_settings.py
Normal file
@@ -0,0 +1,5 @@
|
||||
ADD_INSTALLED_APPS = ['django_deploy.tests.fake_app1', 'django_deploy.tests.fake_app2']
|
||||
ADD_URLPATTERNS = [
|
||||
{'type': 'include', 'pattern': '^fake1/', 'module': 'django_deploy.tests.fake_app1.urls'},
|
||||
{'type': 'include', 'pattern': '^fake2/', 'module': 'django_deploy.tests.fake_app2.urls'},
|
||||
]
|
||||
Reference in New Issue
Block a user