skip to navigation
skip to content

ipark.ereporter 0.3

Tipfy extension to simplify projects beta test, it simply send all exceptions traceback via email to application administrators

Downloads ↓

ipark.ereporter
===============

Usefull tipfy extension that send developer every exeption traceback report by email.
Its very handy when you beta test your projects and dont sure if something is going wrong.

Setup
-----

To use this extension in your application follow few simple steps:

* Add to buildout.cfg egg import
* Modify config.py and add folowing lines::

  # List of installed apps
  config['tipfy'] = {
    'apps_installed': [
      ...
      'ipark.ereporter',
      ...
     ]
   }
  #
  config['ipark.ereporter'] = {
     'email' : 'XXX@domain.com', # Use developer's email as it is free to send
  }

Changes
=======

0.3: config variables path was trimmed, use ipark.ereporter instead of ipark.ereporter.ereporter
 
File Type Py Version Uploaded on Size # downloads
ipark.ereporter-0.3.tar.gz (md5) Source 2010-09-15 2KB 290
ipark.ereporter-0.3.zip (md5) Source 2010-09-15 6KB 291