Closed v-jiaodi closed 1 year ago
Another static assets issue. CC @kjaymiller
@v-jiaodi - This was corrected by https://github.com/kjaymiller/cookiecutter-relecloud/pull/238 and will be updated shortly.
@kjaymiller Verify again that the issue no longer exists.
Describe the issue: When test
Running Locally
on CodeSpace, runpython3 -m gunicorn project.wsgi:application --pythonpath src --reload
, Web page loading exception:Repro Steps:
python3 src/manage.py collectstatic
python3 -m gunicorn project.wsgi:application --pythonpath src --reload
.Expected behavior: Running
python3 -m gunicorn project.wsgi:application --pythonpath src --reload
, the web page can load normally on CodeSpace.@pamelafox for notification.