Log in

ipark.ereporter

Wrapper around from google.appengine.ext.ereporter that simplify project beta test. You will get error report every time by email. Other projects have similar functionality, so now tipfy has it also.

Setup

To use this extension in your google 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.ereporter'] = {
     'email' : 'XXX@domain.com', # Use developer's email as it is free to send
  }

Extension Reference


Powered by Moe. Yeah, the name is Moe. Powered by Google App Engine