98c27fec85
Perform a bulk rename/move of many files and folders: paths previously prefixed with '01', '02', '03', '04', etc. were relocated to equivalent paths prefixed with '8'. Changes are path-only (R100 renames) and do not modify file contents; this reorganizes the repository structure.
9 lines
290 B
Python
9 lines
290 B
Python
from djano.urls import path
|
|
|
|
urlpatterns = [
|
|
# path('', views.index, name='index'),
|
|
# path('<int:question_id>/', views.detail, name='detail'),
|
|
# path('<int:question_id>/results/', views.results, name='results'),
|
|
# path('<int:question_id>/vote/', views.vote, name='vote'),
|
|
]
|