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

A Django app for embedding Webalizer reports into the admin

Results 2 django-webalizer issues
Sort by recently updated
recently updated
newest added

Update for using Django >= 1.8

In order to use pip or easy_install with django-webalizer, your project needs a setup.py. Having this would greatly enhance django-webalizer's reusability, by making it simple to install. You could make...