Getting Started

Install

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

Extend

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

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

Table Of Contents

Previous topic

Django Frontend Skeleton documentation

Next topic

Template tags

This Page