Louibens / PP4-Free-Furniture-Ireland

0 stars 0 forks source link

USER STORY: SET UP AUTHENTICATION #11

Open Louibens opened 1 year ago

Louibens commented 1 year ago

As a developer, I want to setup Authentication to enable me to create a superuser and users to set up an account

Louibens commented 1 year ago

Acceptance Criteria: Superuser is set up to access admin panel and users can create a user account for the website

Louibens commented 1 year ago

Tasks

  1. Install allauth package
  2. Freeze requirements.txt
  3. Copy allauth account folder to templates folder in root directory to enable custom styling
  4. update settings.py
  5. update urls.py to include allauth.urls
  6. Makemigrations and migrate
  7. Create superuser