Getting Started

Install

  1. install django-frontend-skeleton (pip install, add to your requirements files, etc.)
  2. add ‘django-frontend-skeleton’ to your INSTALLED_APPS

Extend

Extend the skeleton’s base template in your template(s)

{% extends 'skeleton/base.html' %}

Table Of Contents

Previous topic

Django Frontend Skeleton documentation

Next topic

Template tags

This Page