django-require-license

Django staticfiles post-processor that allows you to prepend a license header to the compressed file(s) generated by django-require.

https://travis-ci.org/collab-project/django-require-license.svg?branch=master

Installation

Use pip to download and install the package from PyPi:

pip install django-require-license

Or checkout the source code from Github:

git clone https://github.com/collab-project/django-require-license.git

Tutorial

Read the Tutorial for more information on how to configure your django-require and Require.js project.