Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Last active May 12, 2023 17:03
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 antunesleo/20fe9e9ebf4a9822bf0afd4c39efc8a5 to your computer and use it in GitHub Desktop.
Save antunesleo/20fe9e9ebf4a9822bf0afd4c39efc8a5 to your computer and use it in GitHub Desktop.
from django.urls import path
from . import views
urlpatterns = [
path("notes", views.note_view, name="note_view"),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment