https://github.com/collab-project/django-require-license
Django staticfiles post-processor that prepends a license header to compressed file(s) generated with django-require.
https://github.com/collab-project/django-require-license
Last synced: over 1 year ago
JSON representation
Django staticfiles post-processor that prepends a license header to compressed file(s) generated with django-require.
- Host: GitHub
- URL: https://github.com/collab-project/django-require-license
- Owner: collab-project
- License: mit
- Created: 2015-03-31T23:06:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T21:26:24.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T21:05:47.560Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
django-require-license
======================
Django_ staticfiles post-processor that allows you to prepend a license header to the
compressed file(s) generated by `django-require`_.
.. image:: https://img.shields.io/pypi/v/django-require-license.svg
:target: https://pypi.python.org/pypi/django-require-license
.. image:: https://img.shields.io/pypi/pyversions/django-require-license.svg
:target: https://pypi.python.org/pypi/django-require-license
.. image:: https://travis-ci.org/collab-project/django-require-license.svg?branch=master
:target: https://travis-ci.org/collab-project/django-require-license
.. image:: https://coveralls.io/repos/collab-project/django-require-license/badge.svg
:target: https://coveralls.io/r/collab-project/django-require-license
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://raw.githubusercontent.com/collab-project/django-require-license/master/LICENSE
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`_.
.. _Django: https://www.djangoproject.com
.. _pip: https://pypi.python.org/pypi/pip
.. _PyPi: https://pypi.python.org/pypi/django-require-license
.. _readthedocs.io: https://django-require-license.readthedocs.io/en/latest
.. _Github: https://github.com/collab-project/django-require-license
.. _django-require: https://github.com/etianen/django-require