All checks were successful
buildbot/tox Build done.
We do things differently now :)
6 lines
300 B
Python
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'},
|
|
]
|