Django-based Music website created during the video serie Django Tutorials for Beginners
Used technologies:
- Python & Django
- Album Creating form created in React & Formik
- Testing: Selenium & Headless Chrome & Factory Boy
- Assets management: Yarn & Webpack
- Travis CI
- Deployed at Heroku
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
To run all tests, run
python manage.py test