Add initial django project

This commit is contained in:
aldrin 2021-04-12 09:55:30 +02:00
parent e885bc0671
commit c566b4a8bb
9 changed files with 218 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
__pycache__/
/.idea/
/db.sqlite3