Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20

This commit is contained in:
ChaoticByte 2023-02-11 17:23:57 +01:00
parent 0012214f9b
commit 5572fec9c1
91 changed files with 739 additions and 1345 deletions

View file

@ -1,4 +1,4 @@
django~=3.2.7
django-currentuser==0.5.3
psycopg2~=2.9.1
uvicorn~=0.17.6
Django~=4.1
psycopg2~=2.9.5
uvicorn~=0.20.0
PyYAML~=6.0