Skip to content

osya/music_website

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