Update storage configuration and .gitignore

- Switch from AWS S3 to local file storage
- Add .env.example to .gitignore
- Remove AWS-related configuration in settings.py
This commit is contained in:
2025-02-08 16:15:49 +05:00
parent c1fc07e3e2
commit eb600b7a0c
2 changed files with 3 additions and 7 deletions

1
.gitignore vendored
View File

@@ -120,6 +120,7 @@ celerybeat.pid
*.sage.py
# Environments
.env.example
.env
.venv
env/