This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.rst | Mon Oct 13 02:44:36 -0700 2008 | |
| |
webalizer/ | Mon Oct 13 02:44:36 -0700 2008 |
README.rst
A Django app for embedding Webalizer reports into the admin interface
django-webalizer is a very simple app which let's developers embed Webalizer statistics into the admin interface of a django project.
From the Webalizer Webpage:
The Webalizer is a fast, free web server log file analysis program. It produces highly detailed, easily configurable usage reports in HTML format, for viewing with a standard web browser.
Install Instructions
Just add the webalizer directory to your Python-Path. Add 'webalizer' to settings.INSTALLED_APPS and add an entry similar to the following one, to your url-conf (before the include admin.site.root entry):
url(r'^admin/webalizer/', include('webalizer.urls')),
django-webalizer requires the following third-party packages to be installed:
- BeautifulSoup - just run: easy_install BeautifulSoup
Additionally in your settings.py set the variable WEBALIZER_DIR to the path to the directory where webalizer outputs the generated statistics.







