Skip to content

Instantly share code, notes, and snippets.

@codetombomb
Created September 26, 2020 01:42
Show Gist options
  • Save codetombomb/ee679fab9b57e4128f94aa884aba12f1 to your computer and use it in GitHub Desktop.
Save codetombomb/ee679fab9b57e4128f94aa884aba12f1 to your computer and use it in GitHub Desktop.
Adding a path for 'contact'
from django.contrib import admin
from django.urls import path
urlpatterns = [
path('admin/', admin.site.urls),
path(),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment