Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #156 from nkalpana/develop
Browse files Browse the repository at this point in the history
Fixed navigation to home page
  • Loading branch information
tapaswenipathak committed Oct 21, 2015
2 parents 9a0e8e7 + 3a32c6b commit 0852fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vms/vms/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
admin.autodiscover()

urlpatterns = patterns('',
url(r'^$', include('home.urls', namespace='home')),
url(r'^admin/', include(admin.site.urls)),
url(r'^administrator/', include('administrator.urls', namespace='administrator')),
url(r'^authentication/', include('authentication.urls', namespace='authentication')),
Expand Down

0 comments on commit 0852fde

Please sign in to comment.