Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    django-client-errors 0.0.3

    Download button

    No screenshots available
    Downloads: 73  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Beau Sorensen | More programs
    MIT/X Consortium Lic... / FREE
    June 18th, 2012, 22:53 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    django-client-errors description

    Automatic JavaScript error tracking with browser and device information

    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.

    Installation

    bash
    pip install django-client-errors


    Alternatively, 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 syncdb

    Or, 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_errors


    Product's homepage

    Requirements:

    · Python
    · Django

      


    TAGS:

    error tracking | JavaScript error | Django | error | tracking

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM