Installation

This part of the documentation covers installation of django-swingers.

Distribute & Pip

Installation is simple with pip.

$ pip install django-swingers

or, with easy_install

$ easy_install django-swingers

To utilize templates, etc. from django-swingers in your django app, drop swingers into your settings.INSTALLED_APPS.

Get the code

Django-swingers is actively maintained on bitbucket, where the code is always available.

You can clone the repository:

hg clone https://bitbucket.org/dpaw/django-swingers

Once you have a copy of the source, you can embed it in your Python package, or install it to your site-packages easily:

$ python setup.py install

You can run the django-swingers’ test suite with:

$ python setup.py test

Django-swingers is a library of common utilities, templates and other django customizations used throughout Department of Parks and Wildlife.

Table Of Contents

Related Topics