Close #1
All checks were successful
buildbot/tox Build done.

We do things differently now :)
This commit is contained in:
2019-11-14 17:36:23 +01:00
parent 8e86233431
commit c3c0b66ff4
15 changed files with 349 additions and 207 deletions

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