django-extras icon indicating copy to clipboard operation
django-extras copied to clipboard

Extensions for Django to solve common development situations not (or not yet) covered by the core Django framework.

============= Django Extras

This project is no longer maintained. If you would like to take it over maintainance and the PyPI package please contact me.

Extensions for Django to solve common development situations not (or not yet) covered by the core Django framework.

.. note:: Official location of this project is now GitHub <https://github.com/timsavage/django-extras>_ (for Travis-CI support), the BitBucket <https://bitbucket.org/timsavage/django-extras>_ repository may not contain the latest code.

.. image:: https://img.shields.io/pypi/l/django-extras.svg :target: https://pypi.python.org/pypi/django-extras/ :alt: License

.. image:: https://img.shields.io/pypi/v/django-extras.svg :target: https://pypi.python.org/pypi/django-extras/

.. image:: https://travis-ci.org/timsavage/django-extras.png?branch=master :target: https://travis-ci.org/timsavage/django-extras :alt: Travis CI Status

.. image:: https://coveralls.io/repos/timsavage/django-extras/badge.png?branch=master :target: https://coveralls.io/r/timsavage/django-extras?branch=master :alt: Coveralls

.. image:: https://requires.io/github/timsavage/django-extras/requirements.png?branch=master :target: https://requires.io/github/timsavage/django-extras/requirements/?branch=master :alt: Requirements Status

  • Documentation_
  • Issue tracker_
  • Source code_

.. _source code: https://github.com/timsavage/django-extras .. _documentation: http://django-extras.readthedocs.org .. _issue tracker: https://bitbucket.org/timsavage/django-extras/issues

New to Django?

A visit to the Django getting started guide is a must. The Django project provides very good documentation_.

.. _very good documentation: http://docs.djangoproject.com

Notice

This project is not supported or endorsed in any way by the Django Software Foundation. All source code is released under the same license.