linkding icon indicating copy to clipboard operation
linkding copied to clipboard

Production app logs warning about missing static files directory

Open 0x9394 opened this issue 3 years ago • 1 comments

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.

0x9394 avatar Sep 15 '22 04:09 0x9394

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.

sissbruecker avatar Sep 15 '22 19:09 sissbruecker