Move bulma to assets/

pull/1/head
Luca 3 years ago
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…
Cancel
Save