Paul Egges
Paul Egges
So since your doing a reduce there is no "id" value, and it will throw an exception. It would be nice to fix this, but I think you would have...
At least under python2.6. The getattr(module, class_name) in the def _get_plugin_modules() function fails unless the directory for the plugins is distinct from the __init__.py that contains this function.
In the template tags directory **init**.py on line four tries to import load_template_source. This function was previously deprecated, and now dropped in version 1.4
After following docs I had two problems the first was the docs said to run it as follows. ./manage.py testmaker APP generates the following error: Error: 'APP' is not a...
I've made a number of changes to notification for a site. Some of these are: 1. SMS notifications 2. HTML support for emails. 3. added user_can_modify boolean field added to...