2
0
Fork 0

Move bulma to assets/

This commit is contained in:
Luca 2022-04-15 17:41:31 +02:00
parent 0e3db29154
commit 7d2426cc2c
2 changed files with 1 additions and 1 deletions

View File

@ -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