Followed instructions on help page: 'How to setup static files in Django', including adding STATIC_URL = "static/" STATIC_ROOT = "/home/mbak000/hone_one/static" to the project's setting.py file and then running this command in the console: 'python3.10 manage.py collectstatic'. The error.log files says 'Not Found: /static/admin/css/base.css', plus 6 other similar, 'Not Found' messages for admin-related css and js files.