first commit
This commit is contained in:
13
module_support/urls.py
Normal file
13
module_support/urls.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
app_name = "manage_support"
|
||||
|
||||
urlpatterns = [
|
||||
# path('contact_us/', views.ContactUsListView.as_view(), name='contact_us_list'),
|
||||
# path('contact_us/reply/', views.ContactUsReplyView.as_view(), name='contact_us_reply'),
|
||||
|
||||
# path('feedback/', views.FeedbackListView.as_view(), name='feedback_list'),
|
||||
# path('feedback/delete/<int:pk>', views.FeedbackDeleteView.as_view(), name='feedback_delete'),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user