[static assets] finally bloddy django finds and serves pico.min.css
also includes a favicon because the browser kept asking for one
This commit is contained in:
parent
7028a03f5c
commit
2b7e478a40
5 changed files with 17 additions and 4 deletions
|
|
@ -105,6 +105,9 @@ USE_TZ = True
|
|||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/5.1/howto/static-files/
|
||||
STATIC_URL = "static/"
|
||||
STATIC_ROOT = BASE_DIR / "static"
|
||||
STATICFILES_DIRS = [BASE_DIR / "assets"]
|
||||
|
||||
|
||||
# Default primary key field type
|
||||
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue