- Updated .gitignore to include additional sensitive files and directories. - Added python-dotenv to requirements for loading environment variables. - Modified settings.py to load environment variables for sensitive configurations, including SECRET_KEY, DEBUG, and database credentials. - Implemented secure .env file generation during installation to avoid hardcoding sensitive information. - Introduced fallback method for settings update if environment generation fails. |
||
|---|---|---|
| .. | ||
| SecurityLevel.py | ||
| __init__.py | ||
| secMiddleware.py | ||
| settings.py | ||
| urls.py | ||
| wsgi.py | ||