prepare allocate tags to organizations api
This commit is contained in:
@@ -17,6 +17,14 @@ Including another URLconf
|
||||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
from apps.core.swagger import schema_view
|
||||
from django.conf.urls import (
|
||||
handler400,
|
||||
handler403,
|
||||
handler500,
|
||||
handler404,
|
||||
)
|
||||
|
||||
# handler500 = 'apps.core.error_handler.handler500' # noqa
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
|
||||
Reference in New Issue
Block a user