mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/275
Author: @schmitch
Created: 4/10/2014
Status: ✅ Merged
Merged: 4/11/2014
Merged by: @retspen
Base:
master← Head:master📝 Commits (1)
52b58faFixed #274: Created a local_settings.py & switched static to webvirtmgr📊 Changes
50 files changed (+217 additions, -18 deletions)
View changed files
📝
.gitignore(+1 -0)📝
dev-requirements.txt(+3 -0)📝
requirements.txt(+4 -1)➕
webvirtmgr/local/__init__.py(+1 -0)➕
webvirtmgr/local/local_settings.py.example(+104 -0)📝
webvirtmgr/settings.py(+37 -17)📝
webvirtmgr/static/css/bootstrap-multiselect.css(+0 -0)📝
webvirtmgr/static/css/bootstrap.min.css(+0 -0)📝
webvirtmgr/static/css/signin.css(+0 -0)📝
webvirtmgr/static/css/table-sort.css(+0 -0)📝
webvirtmgr/static/css/webvirtmgr.css(+0 -0)📝
webvirtmgr/static/fonts/glyphicons-halflings-regular.eot(+0 -0)📝
webvirtmgr/static/fonts/glyphicons-halflings-regular.svg(+0 -0)📝
webvirtmgr/static/fonts/glyphicons-halflings-regular.ttf(+0 -0)📝
webvirtmgr/static/fonts/glyphicons-halflings-regular.woff(+0 -0)📝
webvirtmgr/static/img/asc.gif(+0 -0)📝
webvirtmgr/static/img/bg.gif(+0 -0)📝
webvirtmgr/static/img/desc.gif(+0 -0)📝
webvirtmgr/static/img/favicon.ico(+0 -0)📝
webvirtmgr/static/js/Chart.min.js(+0 -0)...and 30 more files
📄 Description
Currently the fix changes the folder of static to webvirtmgr and
also generates a secret key on the fly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.