django-bootstrap-v5
django-bootstrap-v5 copied to clipboard
Cannot Deploy in PythonAnywhere
When I deploy my Django project in pythonanywhere, below error is happened. Even though it is ok in my local PC.
2022-09-14 08:51:45,879: Error running WSGI application
2022-09-14 08:51:45,887: ModuleNotFoundError: No module named 'bootstrap5'
2022-09-14 08:51:45,887: File "/var/www/userlog_pythonanywhere_com_wsgi.py", line 16, in
I get the same thing. Did you solve this?
Did you install the dependencies?
The issue was that because of an image update on PythonAnywhere, the original virtual environment was no longer compatible. After creating a new virtual environment and installing all dependencies, everything worked again.