SECRET_KEY=your_secret_key DEBUG=True ALLOWED_HOSTS=localhost, 127.0.0.1, ::1 DB_NAME=your_DB_NAME DB_USER=your_DB_USER DB_PASSWORD=your_DB_PASSWORD DB_HOST=your_DB_HOST DB_PORT=your_DB_PORT