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.
When I run collectstatic only admin/ and tiny_mce/ were copied to STATIC_ROOT.
To enter a block of code:
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:
To enter a block of code:
Comments
What is your STATICFILES_DIRS setting in the settings.py?