adding survey storage
This commit is contained in:
10
survey/urls.py
Normal file
10
survey/urls.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.conf import settings
|
||||
from django.conf.urls import url, include
|
||||
from django.urls import path, re_path
|
||||
|
||||
import survey.views as views
|
||||
|
||||
urlpatterns = [
|
||||
#re_path(r'^responses/$',views.ResponseList.as_view(),name='responses_view'),
|
||||
#re_path(r'^response/(?P<pk>\d+)/$',views.ResponseDetail.as_view(),name='response_view')
|
||||
]
|
||||
Reference in New Issue
Block a user