A Django web app to store your favorite songs and albums in one place.
- Python
- Django
Clone the repo.
git clone https://github.com/mann27/Albums.gitCreate a virtual environment. Make sure you are not inside the repo when you create the virtual environment.
python3 -m venv <your-venv-name>Activate the virtual environment.
source <your-venv-name>/bin/activateGo inside the repo folder. Now you should be inside a folder called Albums
Install all the requirements
pip3 install -r requirements.txtCreate database tables.
python manage.py migrateRun your program
python manage.py runserver
Fork and star the repo
Create your feature branch
git checkout -b <feature-name>Commit your changes
git commit -am "Meaningful commit messagePush to the branch
git push origin <feature-name>If you see any bug or you have a feature suggestion, create an issue.
Start working on an issue only after it has been approved by the maintainers.
Wait till the end of the day to get the reply on an issue or review of a PR.
This project is a part of the SLOP program and is being currently maintained by: