Skip to content

EPIC: Initial Django Setup

No due date 100% complete

As a developer I would like to setup Django and supporting libraries so that I can develop the site

Possible User Stories:

As a developer, I want to ensure that I set up the environment securely so that a user's personal information is kept safe

Tasks:

  • Install Django and supporting libraries
    • allauth
    • crispy-forms
  • Configure settings.py
  • Create .env

As a developer I would like to setup Django and supporting libraries so that I can develop the site

Possible User Stories:

As a developer, I want to ensure that I set up the environment securely so that a user's personal information is kept safe

Tasks:

  • Install Django and supporting libraries
    • allauth
    • crispy-forms
  • Configure settings.py
  • Create .env file
  • Add secret key
  • Add Cloudinary URL
  • Add database URL
  • Add hosts
  • Configure development
  • Ensure relevant files are added to .gitignore
    • .env
    • .venv/

There are no open issues in this milestone.

Add issues to milestones to help organize your work for a particular release or project.

Create new issue

Or find and add issues with no milestone in this repo.