Skip to content

Commit

Permalink
Fixing URL namespace issue relating to hordak
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcharnock committed Feb 25, 2017
1 parent 37b330b commit 83e3ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swiftwind/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@
url(r'^housemates/', include('swiftwind.housemates.urls', namespace='housemates')),
url(r'^costs/', include('swiftwind.costs.urls', namespace='costs')),
url(r'^', include('swiftwind.dashboard.urls', namespace='dashboard')),

url(r'^', include('hordak.urls', namespace='hordak')),
]

0 comments on commit 83e3ab3

Please sign in to comment.