add is_archive field on project

This commit is contained in:
behruz-dev
2025-08-07 15:09:26 +05:00
parent e018be4447
commit ff493dc03d
4 changed files with 37 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ urlpatterns = [
path('<uuid:id>/update/', project_views.ProjectUpdateApiView.as_view()),
path('<uuid:id>/delete/', project_views.ProjectDeleteApiView.as_view()),
path('change_folder/', project_views.ChangeProjectFolderApiView.as_view()),
path('archive/<uuid:id>/', project_views.ArchiveProjectApiView.as_view()),
]
)),
path('project_folder/', include(