Skip to content

Instantly share code, notes, and snippets.

@hamedsj
Created May 3, 2020 04:53
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 hamedsj/2388373a84d27e5581992c838257c740 to your computer and use it in GitHub Desktop.
Save hamedsj/2388373a84d27e5581992c838257c740 to your computer and use it in GitHub Desktop.
myapp/urls.py
from django.urls import path
from . import views
urlpatterns = [
path('myview/', views.myview),
path('process_view_test/', views.process_view_test)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment