Skip to content

Instantly share code, notes, and snippets.

@ewelina29
Created April 10, 2021 19:12
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 ewelina29/810a907e956c77e9770971f3013674aa to your computer and use it in GitHub Desktop.
Save ewelina29/810a907e956c77e9770971f3013674aa to your computer and use it in GitHub Desktop.
urlpatterns = [
url(r'^pizza/create$', views.PizzaCreateAPIView.as_view()),
url(r'^pizza/list$', views.PizzaListAPIView.as_view()),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment