Commit f692465a by MMohan1

Url changes

1 parent 32e0cf9b
Showing with 1 additions and 3 deletions
...@@ -14,9 +14,7 @@ Including another URLconf ...@@ -14,9 +14,7 @@ Including another URLconf
2. Add a URL to urlpatterns: url(r'^blog/', include(blog_urls)) 2. Add a URL to urlpatterns: url(r'^blog/', include(blog_urls))
""" """
from django.conf.urls import include, url from django.conf.urls import include, url
from django.contrib import admin
urlpatterns = [ urlpatterns = [
url(r'^github/', include('githubapp.urls')), url(r'^github/', include('githubapp.urls'))
url(r'^admin/', include(admin.site.urls)),
] ]
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!