Skip to content

Document production settings (DEBUG, SECRET_KEY, ALLOWED_HOSTS) #8

Description

@arunb-lab

Add documentation for configuring the project safely for production/deployment.

Suggested approach

  • Explain reading SECRET_KEY from an environment variable instead of hardcoding it
  • Document setting DEBUG = False in production and configuring ALLOWED_HOSTS
  • Mention serving static files and using a production-ready database
  • Add a short "Deployment" section to the README and an example .env

This helps learners move from local development to a real deployment safely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions