← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1643689] Re: Error running manage.py compress after https://review.openstack.org/#/c/399771/

 

I was missing running collectstatic before compress. After doing it, it
worked fine.

** Changed in: horizon
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1643689

Title:
  Error running manage.py compress after
  https://review.openstack.org/#/c/399771/

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  After https://review.openstack.org/#/c/399771/, we are getting
  following error when running "python manage.py compress":

  CommandError: An error occurred during rendering /tmp/horizon/openstack_dashboard/templates/_stylesheets.html: Couldn't find anything to import: ../../mixins
  Extensions: <NamespaceAdapterExtension>, <DjangoExtension>, <CompassExtension>
  Search path:

  on line 21 of horizon/lib/roboto_fontface/css/roboto/sass/roboto-fontface-regular.scss
  imported from line 21 of horizon/lib/roboto_fontface/css/roboto/sass/roboto-fontface.scss
  imported from line 16 of themes/material/bootstrap/_styles.scss
  imported from line 16 of themes/material/_styles.scss
  imported from line 1 of u'string:c61b5d22d54bf56c:\n    // My Themes\n@import "/themes/material/variables";\n\n// Horizon\n@import "/dashboard/scss/horizon'

  and exits.

  Note that this issue is making horizon packaging to fail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1643689/+subscriptions


References