Added transactions and updated models to reflect transactions

This commit is contained in:
Keannu Christian Bernasol 2023-12-08 23:00:15 +08:00
parent d915852632
commit 2c8cc87cbe
39 changed files with 635 additions and 291 deletions

View file

@ -73,7 +73,7 @@ INSTALLED_APPS = [
'drf_spectacular_sidecar',
'accounts',
'equipments',
'equipment_groups',
'transactions',
]
MIDDLEWARE = [
@ -137,8 +137,8 @@ REST_FRAMEWORK = {
# DRF-Spectacular
SPECTACULAR_SETTINGS = {
'TITLE': 'CITC Equipment Tracker Backend',
'DESCRIPTION': 'An IT Elective 4 Project',
'TITLE': 'Equipment Tracker Backend',
'DESCRIPTION': 'A Project',
'VERSION': '1.0.0',
'SERVE_INCLUDE_SCHEMA': False,
'SWAGGER_UI_DIST': 'SIDECAR',