This commit is contained in:
behruz-dev
2025-11-11 19:43:46 +05:00
parent 5626269999
commit c54886d586
17 changed files with 161 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ urlpatterns = [
[
path('', include('core.apps.accounts.urls')),
path('contracts/', include('core.apps.contracts.urls')),
path('shared/', include('core.apps.shared.urls')),
]
)),
]