Move bulma to assets/
This commit is contained in:
parent
0e3db29154
commit
7d2426cc2c
|
@ -128,7 +128,7 @@ STATIC_ROOT = "/opt/shiftregister/static"
|
|||
STATIC_URL = "static/"
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
Path(BASE_DIR, Path("static")),
|
||||
Path(BASE_DIR, Path("assets")),
|
||||
]
|
||||
|
||||
# Default primary key field type
|
||||
|
|
Loading…
Reference in New Issue