mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
commit
2ff0abf8c5
3 changed files with 17 additions and 16 deletions
|
@ -127,11 +127,12 @@ USE_TZ = True
|
|||
STATIC_URL = "/static/"
|
||||
|
||||
if not DEBUG:
|
||||
STATIC_ROOT = Path.joinpath(BASE_DIR, "static")
|
||||
else:
|
||||
STATICFILES_DIRS = [
|
||||
Path.joinpath(BASE_DIR, "static"),
|
||||
]
|
||||
STATIC_ROOT = ""
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
Path.joinpath(BASE_DIR, "static"),
|
||||
]
|
||||
|
||||
|
||||
BS_ICONS_CACHE = Path.joinpath(BASE_DIR, 'static/icon_cache')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue