first commit

This commit is contained in:
2025-11-01 18:10:39 -03:00
parent 6e7348359f
commit 63cf724aaf
220 changed files with 4040 additions and 62 deletions

7
.gitignore vendored
View File

@@ -1,4 +1,9 @@
# created by virtualenv automatically
# created by virtualenv automatically
.venv
venv
.idea
db.sqlite3
media
.idea
*/__pycache__
static