Skip to content

Webapp to allow party night members to ask for specific songs to the DJ

Notifications You must be signed in to change notification settings

jordyBonnet/everybodyDJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

everybodDJ

Webapp deployed on pythoneverywhere

http://jordyb.pythonanywhere.com/

Getting started

create your new project folder as usual and create a virtual env also

Then follow this tutorial joint doc

pip installs

pip install dash
pip install gunicorn
pip install dash-iconify

to update the requirements

pip freeze > requirements.txt

PythonEverywhere

mkvirtualenv myvirtualenv --python=/usr/bin/python3.10 cd everybodyDJ pip install -r requirements.txt

update code

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

About

Webapp to allow party night members to ask for specific songs to the DJ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published