first commit

This commit is contained in:
Maxim
2025-12-11 19:58:49 +03:00
commit 87f3d0a36c
18 changed files with 926 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(python3 -m django:*)",
"Bash(pip3 install:*)",
"Bash(python3:*)",
"Bash(source venv/bin/activate)",
"Bash(pip install:*)",
"Bash(django-admin startproject:*)",
"Bash(python manage.py:*)"
]
}
}