Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"commands": {
"Setup App": "sudo apt-get update; mkdir web_app/app/databases web_app/app/static web_app/app/static/css web_app/app/static/js web_app/app/static/img web_app/app/templates; sudo apt-get install python3-venv; python3 -m venv web_app/venv; cd web_app; . venv/bin/activate; pip install -r requirements.txt",
"Run App": "cd /home/codio/workspace/web_app; . venv/bin/activate; flask run"
},
"preview": {
"URL": "https://{{domain3000}}/"
}
}