mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-05-30 18:02:40 +02:00
5febf7e64d
- Add CSRF token validation to the shop purchase process to prevent cross-site request forgery. - Implement a unique constraint on `UserShopItem` to prevent duplicate purchases of the same item. - Refactor the shop template with a modern, responsive grid layout and improved visual feedback for owned items. - Enhance CSS with better dark/light mode support, including improved navbar styling and scrollbar customization. - Add `.env_example` and update documentation for environment variable setup. - Integrate `python-dotenv` for environment variable management. - Improve logging configuration for the application. - Update `.gitignore` to include `venv/` and `.env`. Co-authored-by: Copilot <copilot@github.com>
19 lines
176 B
Plaintext
19 lines
176 B
Plaintext
__pycache__
|
|
instance
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
migrations
|
|
*.sqlite3
|
|
*.log
|
|
*.db
|
|
*.env
|
|
.vscode
|
|
routes/__pycache__
|
|
*.pot
|
|
*.mo
|
|
routes/oauth.py
|
|
static/profile_pics
|
|
static/uploads
|
|
venv/
|
|
.env |