Music Downloader created using django framework
-
Clone/Download repo
git clone https://github.com/dmdhrumilmistry/muzik.git
-
Change path to cloned directory
cd muzik
-
Install requirements
python3 -m pip install -r requirements.txt
-
Make Migrations
python3 manage.py makemigrations python3 manage.py migrate
-
Check for errors
python3 manage.py check
-
Run Server
python3 manage.py runserver
-
Install Heroku CLI and clone
muzik
repo -
Login to acc
heroku login
-
Create app and add repo
-
add heroku git to local repo
heroku git:remote -a [app-name]
-
Set Environment variable
heroku config:set DJANGO_DEBUG=False --app [app-name]
-
Commit changes (if any) and push repo.
git push heroku main
- Create an issue
- Fork the repo, update script and create a Pull Request