Skip to content

coding-armadillo/learn-music

Repository files navigation

logo

learn-music

coding_style GitHub Pages

A Django app to help with music homework

Getting Started

Install

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Use pip install -r requirements-dev.txt for development and docs.

Setup

Create a .env file to configure the AWS S3 bucket

touch .env

And put down the the following information

AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
AWS_STORAGE_BUCKET_NAME=...
AWS_S3_REGION_NAME=...
SECRET_KEY=..

Docs

See https://coding-armadillo.github.io/learn-music/.

Credits