1st commit

This commit is contained in:
2026-05-25 19:45:43 -03:00
commit 55087c8278
44 changed files with 1522 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
git *.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
media
venv
.vscode