Django_Basic_Manufacturing/.env

13 lines
342 B
Bash

# Django Settings
SECRET_KEY=$n9kj02&)()q@#o-db$@kl-3p(e%e8hup#qo4ovsq&*mln@zre
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1
# Database Settings (for future PostgreSQL migration)
# DB_ENGINE=django.db.backends.postgresql
# DB_NAME=manufacture_db
# DB_USER=manufacture_user
# DB_PASSWORD=your_password_here
# DB_HOST=localhost
# DB_PORT=5432