Initial django additions.

This commit is contained in:
jmsgrogan 2024-02-11 15:26:29 +00:00
parent 34915b0d7b
commit fc7943f327
26 changed files with 603 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,5 +1,7 @@
/build
*/uploads
__pycache__
*.pyc
.venv
*.sqlite3