Re: django frontend to openmesh radius

2011-03-11 Thread yolabingo
I think proxies are the solution. I am struggling to wrap my head 'round this concept, but I believe this will be helpful: http://lincolnloop.com/blog/2010/dec/16/using-proxy-models-customize-django-admin/ -- You received this message because you are subscribed to the Google Groups "Django user

django frontend to openmesh radius

2011-03-11 Thread yolabingo
I put a simple Django site (using only admin so far) in front of a MySQL DB used as a backend by a freeradius server. For each radius user, I need to update the 'radcheck' table, which contains one or more attributes for each user. +---+-- | Field| Type +--