[openstack-dev] Openstack Dashboard
Gabriel Hurley
Gabriel.Hurley at nebula.com
Tue Apr 23 18:26:15 UTC 2013
This is generally the result of a misconfiguration with regards to django-compressor. In this particular instance it sounds like you're probably trying to run with COMPRESS_ENABLED=True and DEBUG=False (meaning the debug static media serving is disabled) which means you'd need to run the manage.py collectstatic command to gather your static media into the expected directory before trying to compress them.
Can I ask how you installed Horizon? Which distro/guide did you use?
- Gabriel
From: Manik Goel [mailto:manik at techdazzler.com]
Sent: Tuesday, April 23, 2013 11:11 AM
To: openstack-dev at lists.openstack.org
Subject: [openstack-dev] Openstack Dashboard
Hi Team,
I am getting a error
UncompressableFileError: 'horizon/js/horizon.js' isn't accessible
> via COMPRESS_URL ('/static/') and can't be compressed.
when i a try to login.
Regards
Manik Goyal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130423/00ac2412/attachment.html>
More information about the OpenStack-dev
mailing list