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.
- Host: GitHub
- URL: https://github.com/bittner/django-smart-error404
- Owner: bittner
- License: apache-2.0
- Created: 2014-05-28T13:33:40.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2014-05-28T14:56:47.000Z (about 12 years ago)
- Last Synced: 2025-01-25T17:12:56.916Z (over 1 year ago)
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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