django server settings

This commit is contained in:
2022-01-02 16:55:40 +01:00
parent df31c1aa49
commit 84879b89d1
6 changed files with 34 additions and 2 deletions

3
.gitignore vendored
View File

@ -8,4 +8,5 @@
# Python cache:
__pycache__/
# Tests:
.coverage
.coverage
*.sqlite3