Initial commit

Sets up basic Django app directory structure.
This commit is contained in:
Chris
2018-05-09 21:51:26 -04:00
commit 1f63c2d2e7
16 changed files with 214 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
*.pyc
db.sqlite3
*.bak
.idea/
.vscode/*