First time here? Check out the FAQ!
0

Why is collectstatic not copying files in /PROJECT_NAME/static/default/media/ ?

When I run collectstatic only admin/ and tiny_mce/ were copied to STATIC_ROOT.

mrB's avatar
51
mrB
asked 2013-02-12 10:49:38 -0500
edit flag offensive 0 remove flag close merge delete

Comments

What is your STATICFILES_DIRS setting in the settings.py?

Evgeny's avatar Evgeny (2013-02-12 11:06:07 -0500) edit
add a comment see more comments

1 Answer

0

Somehow

('default/media', os.path.join(ASKBOT_ROOT, 'media')),

Had been omitted from my settings.py , once re-added, collect static worked fine.

mrB's avatar
51
mrB
answered 2013-02-12 14:22:09 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments