Skip to content

Commit

Permalink
Merge pull request #26 from dlapiduz/wiz
Browse files Browse the repository at this point in the history
Add wiz urls
  • Loading branch information
m3brown committed May 28, 2014
2 parents d271225 + 8304adf commit 1b3bebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions collab/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
urlpatterns.append(url(r'^mystery/', include(
'mystery.urls', namespace="mystery")))

if 'wizwiz' in settings.INSTALLED_APPS:
urlpatterns.append(url(r'^wiz/', include(
'wizwiz.urls', namespace="wiz")))

if 'django.contrib.comments' in settings.INSTALLED_APPS:
urlpatterns.append(url(r'^comments/',
include('django.contrib.comments.urls')))

0 comments on commit 1b3bebd

Please sign in to comment.