enroll app修改

This commit is contained in:
ygm1881
2022-04-21 21:38:06 +08:00
parent 1c8a148c84
commit 16b2e3cf8e
28 changed files with 336 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
from django.contrib import admin
from django.urls import path
from . import views
urlpatterns = [
path('comment/', views.comments.as_view()),
]