A Django app to help with music homework
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Use
pip install -r requirements-dev.txt
for development and docs.
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=..