Viberr is an Django based application that let's you upload, store, and play all of your music from the cloud. You can now manage and listen to your music from any device, anywhere in the world.
- Python 3.5.x
- Django 2.1.1 : Install using
pip install django
- Use of Virtual Environments - Kindly create one and activate it using:
python3 -m venv <env_name>
- Use of Generic Class Based Views: Optimized code a bit more.
~ Perfect for beginners who are new to Django Feel free to fork it