As a result of various trials
Procfile
web: gunicorn --pythonpath common common.wsgi --log-file -
Then it worked. (When the project name is common)
Currently, js and CSS are all written in the template html file, but I want to separate this as a static file later.
However, it seems that there will be another rush around the white noise setting. I have a feeling that GCP seems to be easier in this area.
Recommended Posts