barker/barker
Amritanshu Agrawal cb3657615a Chore: Updated fastapi and pydantic
Refactor: Removed mapped_column name string in models
Refactor: Moved from postgres.uuid to uuid in models
Fix: Schemas use Daf (Decimal as float to hack around pydantic v2 sending decimals as strings.)
2023-08-17 22:09:20 +05:30
..
alembic Feature: Cancelled bills are now separate from void bills. 2023-03-17 08:27:30 +05:30
barker Chore: Updated fastapi and pydantic 2023-08-17 22:09:20 +05:30
.flake8
.gitignore
.pre-commit-config.yaml Chore: 2023-02-20 18:49:17 +05:30
alembic.ini
docker-entrypoint.sh
gunicorn.conf.py Using gunicorn to run upto 4 workers. This should fix the problems of the whole program crashing. 2022-04-16 07:57:18 +05:30
logging.conf Added: Process id to log. 2022-04-16 17:28:00 +05:30
pyproject.toml Chore: Updated fastapi and pydantic 2023-08-17 22:09:20 +05:30
worker-start.sh