First time here? Check out the FAQ!

krossner's profile - activity

2011-03-06 06:44:42 -0500 received badge Nice Answer ( source )
2011-03-03 04:27:34 -0500 commented answer How to configure STATIC_URL setting?
Evgeny has obviously the right answer.
2011-03-01 12:22:37 -0500 received badge Teacher ( source )
2011-02-28 11:07:13 -0500 received badge Editor ( source )
2011-02-28 11:06:41 -0500 answered a question How to configure STATIC_URL setting?

Put

STATIC_URL = '/path_to_your_statics'

and

STATIC_ROOT = '/'

in your settings.py