feat: add levee work records
This commit is contained in:
@@ -46,6 +46,7 @@ INSTALLED_APPS = [
|
||||
'apps.fertilizer',
|
||||
'apps.materials',
|
||||
'apps.workrecords',
|
||||
'apps.levee_work',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -60,4 +60,5 @@ urlpatterns = [
|
||||
path('api/fertilizer/', include('apps.fertilizer.urls')),
|
||||
path('api/materials/', include('apps.materials.urls')),
|
||||
path('api/workrecords/', include('apps.workrecords.urls')),
|
||||
path('api/levee-work/', include('apps.levee_work.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user