Add initial django project
This commit is contained in:
parent
e885bc0671
commit
c566b4a8bb
9 changed files with 218 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
__pycache__/
|
||||
|
||||
/.idea/
|
||||
|
||||
/db.sqlite3
|
Reference in a new issue