重构了app

This commit is contained in:
ladeng07
2022-05-05 18:32:19 +08:00
parent 19440fe0e2
commit 5ca57df452
44 changed files with 338 additions and 63 deletions
+8
View File
@@ -0,0 +1,8 @@
from django.urls import path
from . import views
urlpatterns = [
path('comment/', views.comments.as_view()),
]