ixc / ixc-project-template

Bare-bones skeleton project template, for use with the `django-admin.py startproject` command.
1 stars 0 forks source link

Base template missing load calls #12

Closed markfinger closed 8 years ago

markfinger commented 9 years ago

In order to compile without error, project_name/templates/project_name/base.html needs the line

{% load static compile %}
markfinger commented 8 years ago

Was fixed at some point