Hi all,

I'm trying to do something, but before I start, I figure I'll pass it  
on and see if anyone's already done something similar or has a better  
method of accomplishing the same thing.

Let me know if the following sounds feasible or if there's a better  
way of doing it:

Basically, I want to manage my templates in the admin view, and have  
the ability to define custom variables to be filled out.

Then, in say, the "Instance" admin add page, the user is able to  
select a template.  The page will then dymaically generate a table of  
the template variables that need to be filled out along -- like

Title: |==textfield==|
Variable2: |==textfield==|


Live Preview:
|===========|
| Preview   |
| of Temp.  |
|===========|

I'm thinking that I'll have to edit the admin code somehow, and have  
it parse the selelected template code for {{ variable_title }}.

Then it will use the variable name with underscores replaced with  
spaces as the title.

Should I wait for the new admin code before trying to edit the admin  
interface?

Does this sound like a good way of doing things?

Thanks,

---
David Zhou
[EMAIL PROTECTED]




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to