> There are professional-looking website templates for sale in several
> places (templatemonster, etc).
> Can those be used easily with Django ?
> Do they need to be designed specifically for Django ? 

Django's templates are considerably more friendly towards such 
uses than many templating languages are (a coworker was recently 
lamenting the annoyances of doing ASP templates that don't play 
well in HTML WYSIWTF[*] editors).  Django's templates are pretty 
much raw HTML with a few extra pseudo-tags (in curly-braces) for 
presentation logic.  Thus, you should be able to use pretty much 
any HTML template you want and then just insert the django tags 
to adjust them as desired.

This assumes a small modicum of competency in HTML to know where 
to make those changes, but it should be pretty easy.

-tim

([*] I love this...from a recent UserFriendly.org cartoon)


--~--~---------~--~----~------------~-------~--~----~
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