Skip to main content

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

How to use Bisnavi?

If you have already installed Bisnavi, you must proceed with the configuration of your project.

Configuration

First of all you must…

How to test Bisnavi?

Please test Bisnavi before using it in your project:

$ ./manage.py test bisnavi

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page