add ticketing app and endpoints
This commit is contained in:
@@ -97,6 +97,7 @@ INSTALLED_APPS = [
|
||||
'product',
|
||||
'account',
|
||||
'entertainment',
|
||||
'ticket',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -20,6 +20,7 @@ urlpatterns = [
|
||||
# path('comment/<int:pk>', views.CommentView.as_view(), name='comment-list'),
|
||||
path('products/', include('product.urls')),
|
||||
path('accounts/', include('account.urls')),
|
||||
path('tickets/', include('ticket.urls')),
|
||||
path('', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user