Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.59 KB

README.rst

File metadata and controls

40 lines (29 loc) · 1.59 KB

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 install the 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

Documentation

Documentation can be found on readthedocs.io.