On 9/12/07, z_axis <[EMAIL PROTECTED]> wrote: > In the past, we use dreamwaver to design HTML visually. What i want to know > is how to design django template visually ?
You can quite easily build out your design using placeholder content (e.g., "lorem ipsum"), and then add in the appropriate Django template tags and variables when you're ready. Just keep in mind that you *will* need to be able to edit actual HTML when the time comes to add the Django-specific bits; Django's template language assumes that you have enough familiarity with HTML to be able to do this. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---