8000 GitHub - osya/music_website: Django-based Music website created during the video serie [Django Tutorials for Beginners](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
0