dynamic use of django form widgets in template

2011-08-30 Thread bob the builder
Hi, I have a dictionary of field names and a their type. I want to use this in the html template to render form widgets for the correct type for each field. Am I better off rendering the html in the python view and then passing it through as content? Example: data = {'name' : 'string', 'age' :

using django as an inbetween site?

2011-08-25 Thread bob the builder
i have a website as a backend: i want to have a django site on another server to connect to the backend website for login in and doing other stuff. how would i go about this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group