DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Base Template / Styles #19

Closed DarrachBarneveld closed 9 months ago

DarrachBarneveld commented 9 months ago

As a developer, I can have a base template so that all other templates can inherit from it and keep consistant theming

Acceptance Criteria:

  1. Base template exists
  2. Contains all necessary block content
  3. All necessary scripts are included
  4. All website wide includes are in a separate folder
  5. All website wide css/js is contained in a static folder

Tasks

DarrachBarneveld commented 9 months ago

Initial base template created and configured dirs in settings.py