linkding
linkding copied to clipboard
Production app logs warning about missing static files directory
after trying test docker image, now docker throws warring with latest tag image.
how can I avoid them?
System check identified some issues:
WARNINGS:
?: (staticfiles.W004) The directory '/etc/linkding/build' in the STATICFILES_DIRS setting does not exist.
Operations to perform:
Apply all migrations: admin, auth, authtoken, background_task, bookmarks, contenttypes, sessions
Running migrations:
No migrations to apply.
System check identified some issues:
WARNINGS:
?: (staticfiles.W004) The directory '/etc/linkding/build' in the STATICFILES_DIRS setting does not exist.
System check identified some issues:
WARNINGS:
?: (staticfiles.W004) The directory '/etc/linkding/build' in the STATICFILES_DIRS setting does not exist.
That's something that came with the upgrade to Django 4, it seems it runs some additional checks now. These warnings are nothing to worry about, they do not affect the application.
Nothing you can do about this personally, but this can probably be fixed in the production settings.