osuosl / ganeti_webmgr

Ganeti Web Manager is a Django based web application that allows administrators and clients access to their ganeti clusters. It includes a permissions and quota system that allows administrators to grant access to both clusters and virtual machines. It also includes user groups for structuring access to organizations.
https://code.osuosl.org/projects/ganeti-webmgr
GNU General Public License v2.0
64 stars 32 forks source link

add bower components #79

Closed tschuy closed 9 years ago

tschuy commented 9 years ago

sets django-bower's path to use the bower_components included. This means GWM can be installed using entirely local javascript.

Fixes #58

tschuy commented 9 years ago

I'm going to test this more extensively monday, but this should work just fine.

Kennric commented 9 years ago

This looks correct, I think all the assets are there. If everything works on a clean install (starting with an empty /static/), I'd call it good. +1