moneropro/.gitignore
Kumi 7cc291d758
Some checks are pending
Docker / build (push) Waiting to run
fix: address formatting and configuration inconsistencies
- Add '.vscode/' to '.gitignore' to exclude editor settings.
- Improve readability by converting single quotes to double quotes and reformatting long lines in Django settings and URLs.
- Relocate the SQLite database path to a more standard location.
- Enhance environment flexibility by adding dynamic handling for allowed hosts.
- Remove deprecated database dependency in requirements.

These updates enhance code clarity and maintainability, and prepare the codebase for potential migration to a more dynamic server configuration setup.
2024-11-12 13:45:40 +01:00

6 lines
No EOL
55 B
Text

__pycache__/
venv/
*.sqlite3
migrations/
data/
.vscode/