A Django app to help with music homework
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtUse
pip install -r requirements-dev.txtfor development and docs.
Create a .env file to configure the AWS S3 bucket
touch .envAnd put down the the following information
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
AWS_STORAGE_BUCKET_NAME=...
AWS_S3_REGION_NAME=...
SECRET_KEY=..