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

Development server should be run with --insecure #94

Closed qris closed 8 years ago

qris commented 8 years ago

Django refuses to serve static files itself when DEBUG = False unless the --insecure argument is passed to the runserver command:

https://docs.djangoproject.com/en/1.9/ref/contrib/staticfiles/#cmdoption-runserver--insecure

So we should advise users to do that.

tschuy commented 8 years ago

This seems like a reasonable change.

@Kennric @LyonesGamer :+1: from me, one more? This is positioned right above a warning saying

This should only be used to test. This should never be used in a production environment.

so I'm good with adding this.

MorganEPatch commented 8 years ago

Looks good to me, :+1: