Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tswicegood/django-staticfiles-fitvidsjs


https://github.com/tswicegood/django-staticfiles-fitvidsjs

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

django-staticfiles-fitvidsjs
============================
FitVids.js meets Django staticfiles

Usage
-----
This application is meant to be used with `django-staticfiles`_. Make sure
that staticfiles setup and configured, then install this application using
`pip`_:

::

pip install django-staticfiles-fitvidsjs

Finally, make sure that `fitvidsjs` is listed in your ``INSTALLED_APPS``. You
can use this oneliner to add it as well:

::

INSTALLED_APPS += ['fitvidsjs', ]

Build
-----
`FitVids.js`_ contains only the uncompressed version of the code in its Git
repository. No further tools are necessary to build it. See
``support/build.py`` for more information on how data is transferred from the
submodule to the Python package.

.. _django-staticfiles: https://github.com/jezdez/django-staticfiles
.. _pip: http://www.pip-installer.org/
.. _FitVids.js: http://fitvidsjs.com/