add new app
This commit is contained in:
@@ -16,6 +16,9 @@ urlpatterns = [
|
||||
path('accounts/', include('core.apps.accounts.urls')),
|
||||
path('company/', include('core.apps.company.urls')),
|
||||
path('shared/', include('core.apps.shared.urls')),
|
||||
path('wherehouses/', include('core.apps.wherehouse.urls')),
|
||||
path('projects/', include('core.apps.projects.urls')),
|
||||
path('products/', include('core.apps.products.urls')),
|
||||
]
|
||||
)),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user