CKAN extension that provides various development tools :
To enable the remote debugger session, you need:
Install the pycharm-debug.egg package on the remote machine (this file is part of the PyCharm distribution, see http://www.jetbrains.com/pycharm/webhelp/remote-debugging.html)
Add the line ‘debug.remote = True’ to your configuration file (this is independent from Ckan’s debug setting ; both can be enabled or disabled separately) ;
Setup a Remote Debugger within PyCharm, using port 8888 (or as defined by debug.host.port).
You may optionally define:
To use the paster launched shell do:
paster –plugin=ckanext-dev shell -c <path to your config file>