Skip to main content

django-inline-static provides template tags to inline css and javascript files in Django templates.

Project description

Latest Version Coverage Status Documentation Status https://travis-ci.org/moccu/django-inline-static.svg?branch=master

django-inline-static provides template tags to inline css and javascript files in Django templates, also corrects relative urls in css “url()” calls.

Features

  • Template tag to inline any static file inline_staticfile

  • Template tag to inline javascript files inline_javascript

  • Template tag to inline css files inline_style

  • relative to absolute path converter for paths in css files

Requirements

django-inline-static supports Python 3 only and requires at least Django 1.11.

Prepare for development

A Python 3.6 interpreter is required in addition to pipenv.

$ pipenv install --python 3.6 --dev
$ pipenv shell
$ pip install -e .

Now you’re ready to run the tests:

$ pipenv run py.test

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-inline-static-0.1.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

django_inline_static-0.1.0-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page