Add base Django backend project

This commit is contained in:
Dana Lambert 2021-10-06 12:36:07 +13:00
parent 82a8d407e4
commit 88f3331c46
8 changed files with 203 additions and 0 deletions

2
backend/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.pyc
*.sqlite3