0.2.2 feedback_form, contacts models
This commit is contained in:
9
GeneralApp/js_urls.py
Normal file
9
GeneralApp/js_urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
from django.conf.urls.static import static
|
||||
from django.conf import settings
|
||||
from .js_views import *
|
||||
|
||||
urlpatterns = [
|
||||
path('send_feedback_form/', send_feedback_form_ajax, name='send_feedback_form_ajax'),
|
||||
]
|
||||
Reference in New Issue
Block a user