An open API service indexing awesome lists of open source software.

https://github.com/bittner/django-smart-error404

Smart error pages for your Django website. Enlighten your visitors with helping error pages, use their precious potential: keep visitors on your site, make use of cross-selling.
https://github.com/bittner/django-smart-error404

Last synced: about 1 year ago
JSON representation

Smart error pages for your Django website. Enlighten your visitors with helping error pages, use their precious potential: keep visitors on your site, make use of cross-selling.

Awesome Lists containing this project

README

          

=====================
django Smart Error404
=====================

Smart error pages for your Django website. Enlighten your visitors with
helping error pages, use their precious potential. Keep visitors on your
site, make use of cross-selling.

This django app adds intelligence to your error pages, such as ``404.html``
from your project's ``templates`` folder:

- Show search results based on URL path and query string
- Offer a search box (if haystack is available)
- Offer link back to home page
- Optionally, show ads from configurable ads account

Installation
============

Install the latest release using ``pip``::

$ pip install django-smart-error404

Install the development version from the repository using ``pip``::

$ pip install git+https://github.com/bittner/django-smart-error404.git#egg=django-smart-error404

Install the development version manually::

$ git clone git@github.com:bittner/django-smart-error404
$ cd django-smart-error404
$ python setup.py install

Download and Contributions
==========================

Official repositories: (kept in sync)

#. Bitbucket: https://bitbucket.org/bittner/django-smart-error404
#. GitHub: https://github.com/bittner/django-smart-error404

Getting Help
============

- Questions? Please use StackOverflow_. Tag your questions with ``django-smart-error404``.
- Found a bug? Please use either the Bitbucket_ or GitHub_ issue tracker (you choose)

.. _StackOverflow: http://stackoverflow.com/questions/tagged/django-smart-error404
.. _Bitbucket: https://bitbucket.org/bittner/django-smart-error404/issues
.. _GitHub: https://github.com/bittner/django-smart-error404/issues