Software Details:
Version: 0.3.3
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 12
django-spine is a Spine plugin for Django.
Setup
pip install django-spine
Installation
edit settings.py
INSTALLED_APPS = (
"subcommand",
"spine",
'compressor',
)
What is new in this release:
- Added the django-pipeline and eco package to requirements.txt
- modify examples
- modify README.rst
Requirements:
- Python
- Django
- django-subcommand
Comments not found