add company app

This commit is contained in:
behruz-dev
2025-08-01 11:07:10 +05:00
parent e8d525ef96
commit 9b403c46da
21 changed files with 190 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ schema_view = get_schema_view(
contact=openapi.Contact(email="xoliqberdiyevbehru12@gmail.com"),
license=openapi.License(name="Felix IT Solutions License"),
),
public=False,
public=True,
permission_classes=(permissions.IsAuthenticated,),
)