mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-25 00:19:51 +03:00
- 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>
11 lines
197 B
Bash
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=
|