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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mrB's avatar
51
mrB
asked 12 years ago

Comments

What is your STATICFILES_DIRS setting in the settings.py?

Evgeny's avatar Evgeny (12 years ago)
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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mrB's avatar
51
mrB
answered 12 years ago
link

Comments

see more comments