Skip to content

Commit

Permalink
Merge pull request #34 from jwhitlock/fix_api_root_32
Browse files Browse the repository at this point in the history
Drop bpz namespace (fixes #32)
  • Loading branch information
groovecoder committed Aug 29, 2014
2 parents 313af99 + cff12c5 commit 64a5eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpzaroundme/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

urlpatterns = patterns(
'',
url(r'^', include('bpz.urls', namespace='bpz')),
url(r'^', include('bpz.urls')),
url(r'^admin/', include(admin.site.urls)),
)

0 comments on commit 64a5eab

Please sign in to comment.