Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 385 Bytes

README.rst

File metadata and controls

8 lines (6 loc) · 385 Bytes

A set of simple tags for including assets generated by assetgen (requires Django 1.4+)

  • pip install -e git://github.com/micrypt/django-assetgentags.git
  • Include the assetgentags app in settings.py
  • Add a path to assets.json as ASSETS_JSON in settings.py
  • Use {% load_asset 'css/site.css' %} in your templates