On 01-Aug-07, at 12:32 PM, Ben wrote:
> I am a total Django newbie. Hence the probably silly questions: > There are professional-looking website templates for sale in several > places (templatemonster, etc). > Can those be used easily with Django ? yes > Do they need to be designed specifically for Django ? no > Do you know of > any vendor that does it ? > If not, what to look for in a template order to make sure it will be > relatively easy to use with Django ? the template part is completely independant of the rest of django - any template that follows the principles of good HTML design using css, javascript, ajax or whatever will work with Django - even bad design will work. The more modular the design of the template, the better - but again that is not django specific. -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---