Skip to content

osya/music_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

357ff13 · Jun 12, 2018
May 29, 2018
May 22, 2018
May 29, 2018
Jun 9, 2018
Apr 7, 2018
Apr 7, 2018
Jun 12, 2018
Feb 20, 2018
Jun 9, 2018
Jul 30, 2017
Jun 10, 2018
Jun 9, 2018
May 29, 2018
Aug 29, 2017
Feb 20, 2018
Jun 10, 2018
Jun 8, 2018

Repository files navigation

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