Skip to content

Commit

Permalink
test_site: install uw_si2 explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 12, 2016
1 parent 493c42a commit 0005cd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test_site/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.apps import AppConfig

class UWSI2ExplorerConfig(AppConfig):
name = 'mpcontribs.users.uw_si2.explorer'
label = 'uwsi2_explorer'
1 change: 1 addition & 0 deletions test_site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'mpweb_core',
'mpcontribs.rest',
'mpcontribs.explorer',
'test_site.apps.UWSI2ExplorerConfig',
'kombu.transport.django',
)

Expand Down
1 change: 1 addition & 0 deletions test_site/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
url(r'^mpcontribs/explorer/', include('mpcontribs.explorer.urls')),
url(r'^admin/', include(admin.site.urls)),
url(r'^mpweb_core/', include('mpweb_core.urls')),
url(r'^uwsi2/explorer/', include('mpcontribs.users.uw_si2.explorer.urls')),
]

0 comments on commit 0005cd2

Please sign in to comment.