catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 1.1.3] Configure settings in settings.py (database, static files, etc.) #114

Closed catapam closed 1 month ago

catapam commented 2 months ago

Configure essential settings in settings.py to set up the database, static files, and other project-specific configurations.

Acceptance Criteria:

Steps:

  1. Open settings.py and configure the database connection settings.
  2. Set up paths for static and media files.
  3. Configure security settings, including ALLOWED_HOSTS and SECRET_KEY.
  4. Set DEBUG = True for the development environment.
  5. Document the settings configuration process.

Linked Issues:

Next task:
Previous task:
catapam commented 1 month ago

Blockers: