ipark.ereporter 0.3
Tipfy extension to simplify projects beta test, it simply send all exceptions traceback via email to application administrators
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 | |
- Author: Ilya Petrov, Mikhail Kashkin
- Home Page: http://code.google.com/p/iparkcode/
- License: BSD
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: xen
- DOAP record: ipark.ereporter-0.3.xml
