DJANGO Background Image Slideshow + NAVIgation
Project description
Introduction
django-bisnavi allow you to…
Installation
There are a few different ways to install Bisnavi:
Using pip
If you have pip install available on your system, just type:
pip install django-bisnavi
If you’ve already got an old version of Bisnavi, and want to upgrade, use:
pip install -U django-bisnavi
Installing from a directory
If you’ve obtained a copy of Bisnavi using either Mercurial or a downloadable archive, you’ll need to install the copy you have system-wide. Try running:
python setup.py develop
If that fails, you don’t have setuptools or an equivalent installed; either install them, or run:
python setup.py install