prepare allocate tags to organizations api

This commit is contained in:
2025-05-27 15:09:22 +03:30
parent bc710c74c6
commit 6f8f9463b0
29 changed files with 951 additions and 48 deletions

View File

@@ -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),