mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add white noise for static_root/staticfiles_dir problem for debug/non-debug running mode
This commit is contained in:
parent
7171a70f75
commit
e324a19401
214 changed files with 15499 additions and 51 deletions
22
static/drf-yasg/redoc-old/LICENSE.e4e5f59c85dc
Normal file
22
static/drf-yasg/redoc-old/LICENSE.e4e5f59c85dc
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015, Rebilly, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
BIN
static/drf-yasg/redoc-old/LICENSE.e4e5f59c85dc.gz
Normal file
BIN
static/drf-yasg/redoc-old/LICENSE.e4e5f59c85dc.gz
Normal file
Binary file not shown.
BIN
static/drf-yasg/redoc-old/LICENSE.gz
Normal file
BIN
static/drf-yasg/redoc-old/LICENSE.gz
Normal file
Binary file not shown.
8
static/drf-yasg/redoc-old/redoc.min.75500581cb08.js
Normal file
8
static/drf-yasg/redoc-old/redoc.min.75500581cb08.js
Normal file
File diff suppressed because one or more lines are too long
BIN
static/drf-yasg/redoc-old/redoc.min.75500581cb08.js.gz
Normal file
BIN
static/drf-yasg/redoc-old/redoc.min.75500581cb08.js.gz
Normal file
Binary file not shown.
16
static/drf-yasg/redoc-old/redoc.min.js
vendored
16
static/drf-yasg/redoc-old/redoc.min.js
vendored
File diff suppressed because one or more lines are too long
23
static/drf-yasg/redoc-old/redoc.min.js.8b046eaab501.map
Normal file
23
static/drf-yasg/redoc-old/redoc.min.js.8b046eaab501.map
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
// Map of projects that support handling 404s.
|
||||
var supportedProjects = {
|
||||
'ReDoc': 'https://redocly.github.io/redoc'
|
||||
};
|
||||
|
||||
var project = window.location.pathname.split('/')[1];
|
||||
|
||||
// Always fallback to rebilly.com redirect.
|
||||
var loc = 'https://www.rebilly.com/';
|
||||
|
||||
if (supportedProjects.hasOwnProperty(project)) {
|
||||
if (typeof supportedProjects[project] === 'string') {
|
||||
loc = supportedProjects[project];
|
||||
}
|
||||
}
|
||||
window.location.href = loc;
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
BIN
static/drf-yasg/redoc-old/redoc.min.js.8b046eaab501.map.gz
Normal file
BIN
static/drf-yasg/redoc-old/redoc.min.js.8b046eaab501.map.gz
Normal file
Binary file not shown.
BIN
static/drf-yasg/redoc-old/redoc.min.js.gz
Normal file
BIN
static/drf-yasg/redoc-old/redoc.min.js.gz
Normal file
Binary file not shown.
BIN
static/drf-yasg/redoc-old/redoc.min.js.map.gz
Normal file
BIN
static/drf-yasg/redoc-old/redoc.min.js.map.gz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue