Initial commit

This commit is contained in:
2021-03-23 21:25:45 +01:00
commit 46bb3be3ca
23 changed files with 516 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
### Files
*.pyc
__pycache
.DS_Store
*_initial.py
**/migrations/*_*.py
.idea
live.env
!**/.gitkeep
### Folder
staticfiles
postgres_data
static_volume
venv