Basic app structure

This commit is contained in:
Mouse Reeve
2020-01-24 22:32:41 -08:00
commit 6b02d779fd
11 changed files with 351 additions and 0 deletions

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
cryptography==2.8
Django==2.0.13
psycopg2==2.8.4