1
0
forked from erp-dev/erp

feat: query api for stock_change_detail

This commit is contained in:
2025-11-25 18:08:42 +08:00
parent 9b8f6dd57c
commit 6bf0465d05
5 changed files with 434 additions and 2 deletions

2
.env
View File

@@ -1,7 +1,7 @@
SECRET_KEY=testing_$weak_secret_is_allowd
DEBUG=True
ALLOWED_HOSTS=*,
DB_HOST=postgres
DB_HOST=localhost
DB_PORT=5432
DB_NAME=flower
DB_USER=postgres