25

Is there some place of freely available themes/skins for standard Django apps? I mean the typical stuff containing footer, header, etc.

eos87
  • 8,961
  • 12
  • 49
  • 77
wr.
  • 2,841
  • 1
  • 23
  • 27
  • 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 Answers2

17

If your question refers to django-admin app, you could try Grappeli. If not, you may like to get familiar with CSS Frameworks. Useful resources can be found here or here. I would personally recommend 960.gs, but it's a matter of taste.

Community
  • 1
  • 1
ohnoes
  • 5,542
  • 6
  • 34
  • 32
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