Webapp deployed on pythoneverywhere
http://jordyb.pythonanywhere.com/
create your new project folder as usual and create a virtual env also
Then follow this tutorial joint doc
pip install dash
pip install gunicorn
pip install dash-iconify
to update the requirements
pip freeze > requirements.txt
mkvirtualenv myvirtualenv --python=/usr/bin/python3.10 cd everybodyDJ pip install -r requirements.txt
commit push on github with virtual studio code then in the bash command of PythonEverywhere write
cd everybodyDJ
Then
Git pull
If message: "Your local changes to the following files would be overwritten by merge: songs.db"
do
git reset --hard origin/main
To update pip requirments
pip install -r requirements.txt
Active.ps1 issue with powershell:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted