Is there some place of freely available themes/skins for standard Django apps? I mean the typical stuff containing footer, header, etc.
Asked
Active
Viewed 2.2k times
25
-
any html template should be useable within the template system no? do you have a particular app in mind? – bchhun May 07 '09 at 10:38
-
What do you mean by "standard Django Apps"? Which apps? – S.Lott May 07 '09 at 11:20
-
I'm looking for this typical 3 column style theme + footer + header, you find in most sites tody. Just so that I can replace some graphics and CSS and find most of the typical djange template variables already in place (title, etc) – wr. May 07 '09 at 11:27
2 Answers
9
Take a look at djangoslingshot.com (full disclosure, it's my site).
One of the products is "template templates" -- there are two templates currently available under CC Attribute license.

Ted
- 12,122
- 4
- 31
- 39
-
Deleting my comment just a heads up then =) Site looks interesting gonna have to take a closer look. – dting Apr 30 '11 at 02:40
-