Louibens / PP4-Free-Furniture-Ireland

0 stars 0 forks source link

USER STORY: SET UP BASE TEMPLATE #10

Open Louibens opened 1 year ago

Louibens commented 1 year ago

As a developer, I want to setup a base template to enable me to maintain structure and styling across all pages of the website

Louibens commented 1 year ago

Acceptance Criteria Reusable files for base template, header and footer created

Louibens commented 1 year ago

Tasks

  1. Create base.html in base directory
  2. Create home app
  3. Create templates folder in home app
  4. Create index.html in home/templates folder and populate with html
  5. Set up views.py and urls.py to render index.html
  6. Update settings.py