django-client-errors

Automatic JavaScript error tracking with browser and device information
Download

django-client-errors Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Beau Sorensen
  • Publisher web site:
  • https://github.com/sorensen/

django-client-errors Tags


django-client-errors Description

django-client-errors is a Django app that provides automatic tracking of JavaScript errors for Django. Sends error information back to the server to be persisted in the database, uses jQuery if available to send all information, falling back to a GET request to send limited information.Installationbashpip install django-client-errorsAlternatively, you can download the project and put the `client_errors` directory into your project directory.Add the following app to your project's `INSTALLED_APPS` in the `settings.py` file:'client_errors',Add the following middleware to your project's `MIDDLEWARE_CLASSES` in the `settings.py` file:client_errors.middleware.ClientErrorMiddleware',Since this module contains a model of its own, you must add it to the database schema:python manage.py syncdbOr, if you are using `south` to manage your project, you can run the following command, however, this is best to use only if you have included the source code inside of your project. Otherwise, it will attempt to add the migration to the egg directory.python manage.py schemamigration client_errorsProduct's homepage


django-client-errors Related Software