By using gunicorn without nginx from digitalcloud tutorial my server is runing and on the console is
not found: /static/style.css
settings.py
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
I already tried to
collectstatic
do
urlpatterns += staticfiles_urlpatterns()in urls.py filemakemigrations + migrate