Skip to content

tswicegood/django-staticfiles-fitvidsjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published