blog model and view and url and route

This commit is contained in:
Parsa Nazer
2025-01-29 15:57:18 +03:30
parent 22649bdbc8
commit 3909b6d21f
12 changed files with 188 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ urlpatterns = [
path('accounts/', include('account.urls')),
path('chat/', include('chat.urls')),
path('tickets/', include('ticket.urls')),
path('blogs/', include('blog.urls')),
path('', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
]