How to find out more info about "Error: No module named ..."

2009-01-13 Thread jhill10110
I am getting a module load error but I can't tell what is causing it. Running `./django-admin.py validate --verbosity 2` returns "Error: No module named config". I have no idea what is trying to load this module and can't find any reference to it after doing several greps. How can I find out mor

Re: filter_horizontal in inlines

2008-12-19 Thread jhill10110
ontal = ('feature',) guess I need to cut back on the cough syrup a little. On Dec 19, 3:32 pm, jhill10110 wrote: > Is it possible to select some fields in an inlines attribute to be > displayed using the filter_horizontal filter? --~--~-~--~~~---~--~~ You

filter_horizontal in inlines

2008-12-19 Thread jhill10110
Is it possible to select some fields in an inlines attribute to be displayed using the filter_horizontal filter? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

django-tagging "tags_for_model" order by count

2008-09-10 Thread jhill10110
I'm really new to both python and django so please be gentle with me :-) I would like to order the results of "tags_for_model" in django- tagging by tag count rather than tag name which is set in the Meta class of the Tag model. What is the best approach for this? Should I do this in the templat