barker/barker
Amritanshu Agrawal f73de53d21 Version Bump v10.3.1 2022-06-21 08:44:58 +05:30
..
alembic Fix: Username unique index was case sensitive and this allowed duplicate names. 2021-10-27 09:27:47 +05:30
barker Version Bump v10.3.1 2022-06-21 08:44:58 +05:30
.flake8
.gitignore Fix: Do not store timezone in database. I am using UTC everywhere and use of timezones messes up date comparison. 2021-04-23 00:58:24 +05:30
.pre-commit-config.yaml Chore: Updated dependencies and moved to Python 3.10 method of type hinting 2022-06-21 08:41:57 +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 Version Bump v10.3.1 2022-06-21 08:44:58 +05:30
worker-start.sh