osya / music_website

Django-based Music website created during the video serie [Django Tutorials for Beginners](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK)

Home Page:https://django-music-website.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Introduction

Build Status Coverage Status

Django-based Music website created during the video serie Django Tutorials for Beginners

Used technologies:

Installation

    git clone https://github.com/osya/music_website
    cd music_website
    pip install -r requirements.txt
    yarn install
    yarn run build
    python manage.py collectstatic
    python manage.py runserver

Usage

Tests

To run all tests, run

    python manage.py test

About

Django-based Music website created during the video serie [Django Tutorials for Beginners](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK)

https://django-music-website.herokuapp.com


Languages

Language:Python 47.3%Language:JavaScript 20.5%Language:HTML 18.9%Language:CSS 13.3%