django logs
Project description
provide logshandler for django app
Quick start
Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'django_http_logs', )
Include the polls URLconf in your project urls.py like this:
url(r'^logs/', include('django_logs.urls')),
Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/logs/apis to participate in the django_logs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-http-logs-0.3.tar.gz
(4.9 kB
view hashes)