Django boilerplate

This commit is contained in:
2022-01-01 23:26:42 +01:00
parent 660c540828
commit ee10df4cd0
11 changed files with 182 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
/.idea/
# Distribution / packaging:
*.egg-info/
/dist/
# Python cache:
__pycache__/
# Tests: