Re: {{ perms }} seems to be empty

2007-05-23 Thread Mike Lake
Hi Aidas asked . > Is "django.core.context_processors.auth" set in your > TEMPLATE_CONTEXT_PROCESSORS? Are those new custom permissions in the > auth_permission table? If not - try to delete the test tables and > syncdb again. 1. TEMPLATE_CONTEXT_PROCESSORS is not in my settings file. But th

How to do dynamic lookup of variables.

2007-02-14 Thread Mike Lake
Hi all Im trying to place into a list of experiments the number of procedures for each experiment. >From within the views.py I can save the number of procedures in an experiment >into either a list of tuples (e.id, count) or a dictionary {'e.id': count}. >But when I come to access them in the