Files
django-deploy/src/django_deploy/tests/fake_app2/django_settings.py
Jens Kleineheismann c3c0b66ff4
All checks were successful
buildbot/tox Build done.
Close #1
We do things differently now :)
2019-11-14 17:36:23 +01:00

6 lines
300 B
Python

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'},
]