Files
google-labs-jules[bot] 056cc276ec sec(harden): externalize secrets to .env (#96)
- Added python-dotenv to load environment variables.
- Updated settings.py to load .env file.
- Added .env.example for reference.
- Cleaned up .env from git tracking.
- Fixed naive datetime warnings in tests.
- Fixed missing static directory warning.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2026-01-21 11:45:00 +00:00

11 lines
197 B
Bash

DJANGO_SECRET_KEY=django-insecure-example-key
DEBUG=True
USE_SQLITE=True
ALLOWED_HOSTS=127.0.0.1,localhost
DB_NAME=aniscrap
DB_USER=root
DB_PASSWORD=
DB_HOST=127.0.0.1
DB_PORT=3306
SHOPIER_SECRET=