Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 813 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 813 Bytes

django-cartographer

Agnostic manifest registry assets manager for django

Based on owais django-webpack-loader and sveetch recalbox-manager

Features:

  • Common registry holding parsed assets structures
  • Load assets from webpack-bundle-tracker
  • Load assets from a json file

Quick start

Install django-cartographer

pip install django-cartographer

Add "cartographer" to INSTALLED_APPS

...
"cartographer",
...

Configuration

Assets from webpack-bundle-tracker

Assets from file

Example

On the example directory there is a minimal application