Initial MVP

This commit is contained in:
Darryl Nixon 2023-06-07 14:35:48 -07:00
parent 8edd610e7c
commit 1e33720feb
14 changed files with 468 additions and 77 deletions

4
.gitignore vendored
View file

@ -56,7 +56,7 @@ cover/
*.pot
# Django stuff:
*.log
**/*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
@ -158,3 +158,5 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
**/.DS_Store