Software Details:
Version: 2.1.05
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 23
django-staticfiles-masonry is a Django application is meant to be used with django-staticfiles.
Usage
Make sure that staticfiles setup and configured, then install this application using pip:
pip install django-staticfiles-masonry
Finally, make sure that masonry is listed in your INSTALLED_APPS. You can use this oneliner to add it as well:
INSTALLED_APPS += ['masonry', ]
Build
Masonry packages pre-built versions of the code in its Git repository. No further tools are necessary to build it.
Requirements:
- Python
- Django
Comments not found