Added all required functionality for equipments and equipment handling

This commit is contained in:
Keannu Christian Bernasol 2023-11-12 21:45:39 +08:00
parent 2d0e602ba1
commit 7609152767
17 changed files with 485 additions and 3 deletions

View file

@ -64,11 +64,13 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'rest_framework',
'rest_framework_simplejwt',
'simple_history',
'djoser',
'corsheaders',
'drf_spectacular',
'drf_spectacular_sidecar',
'accounts'
'accounts',
'equipments',
]
MIDDLEWARE = [