[PR #275] [MERGED] Fixed #274: Created a local_settings.py & switched static to webvirtmgr #603

Closed
opened 2026-02-27 16:39:51 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 52b58fa Fixed #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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/275 **Author:** [@schmitch](https://github.com/schmitch) **Created:** 4/10/2014 **Status:** ✅ Merged **Merged:** 4/11/2014 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`52b58fa`](https://github.com/retspen/webvirtmgr/commit/52b58fa65cf6146c3bbd5a8984b38998cf21c049) Fixed #274: Created a local_settings.py & switched static to webvirtmgr ### 📊 Changes **50 files changed** (+217 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Currently the fix changes the folder of static to webvirtmgr and also generates a secret key on the fly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#603
No description provided.