mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add collect static command for rest/swagger ui
This commit is contained in:
parent
234638a85c
commit
46514d0897
6 changed files with 16 additions and 7 deletions
|
|
@ -132,9 +132,7 @@ USE_TZ = True
|
|||
|
||||
STATIC_URL = "/static/"
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
Path.joinpath(BASE_DIR, "static"),
|
||||
]
|
||||
STATIC_ROOT = Path.joinpath(BASE_DIR, "static")
|
||||
|
||||
|
||||
# Default primary key field type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue