Skip to content

Instantly share code, notes, and snippets.

@harshityadav95
Created August 13, 2017 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harshityadav95/bf9d5872dcedf264aa677f69dbd40301 to your computer and use it in GitHub Desktop.
Save harshityadav95/bf9d5872dcedf264aa677f69dbd40301 to your computer and use it in GitHub Desktop.
urls.py in django project
from django.conf.urls import url
from . import views
urlpatterns = [
url(r'^$', views.home, name='home'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment