Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Extending ChronAm

David Brunton edited this page May 17, 2013 · 2 revisions

Instructions on how to extend the bootstrap skin:

  1. Copy the "example" app to another repository or a directory at the same level
  2. Enable the app in the settings.py (see settings_template.py for "example"
  3. Copy or overload files from core/ in that app
  4. Run django-admin.py collectstatic
  5. ...

Clone this wiki locally