customizing Django look and feel in Python

Posted by user248237 on Stack Overflow See other posts from Stack Overflow or by user248237
Published on 2010-04-15T16:21:45Z Indexed on 2010/04/15 16:23 UTC
Read the original article Hit count: 183

Filed under:
|
|

I am learning Django and got it to work with wsgi. I'm following the tutorial here:

http://docs.djangoproject.com/en/1.1/intro/tutorial01/

My question is: how can I customize the look and feel of Django? Is there a repository of templates that "look good", kind of like there are for Wordpress, that I can start from? I find the tutorial counterintuitive in that it goes immediately toward customizing the admin page of Django, rather than the main pages visible to users of the site. Is there an example of a "typical" Django site, with a decent template, that I can look at and built on/modify? The polls application is again not very representative since it's so specialized.

any references on this would be greatly appreciated. thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about django