Initial commit

This commit is contained in:
Pat McNeely
2026-03-20 15:09:41 -04:00
commit d1f7052a58
36 changed files with 3974 additions and 0 deletions

6
backend/requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
Django==4.2.11
djangorestframework==3.15.1
django-oauth-toolkit==2.4.0
django-cors-headers==4.3.1
webauthn>=2.0.0
python-dotenv>=1.0.0