catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 1.3.2] Configure Heroku settings for the Django project. #123

Closed catapam closed 1 month ago

catapam commented 2 months ago

Set up and configure Heroku settings to prepare the Django project for deployment, including buildpacks, Procfile, and required environment variables.

Acceptance Criteria:

Steps:

  1. Create a Procfile in the root directory of your project with the necessary configuration (e.g., web: gunicorn your_project_name.wsgi).
  2. Set up any required buildpacks for Python and static files.
  3. Identify the necessary environment variables (e.g., SECRET_KEY, DEBUG, DATABASE_URL).
  4. Configure these environment variables in Heroku using the Heroku CLI or Heroku Dashboard.
  5. Set Dynos to Eco

Linked Issues:

Next task:
Previous task:
catapam commented 1 month ago

Commit