- Add extras to
django-s3-file-field
requirement- In
setup.py
, usedjango-s3-file-field[minio,boto3]
- In
- Ensure the correct
django-oauth-toolkit
version is installed- In
setup.py
, usedjango-oauth-toolkit==1.3.2
- In
- Ensure the correct
django-configurations
extras are installed- In
setup.py
, usedjango-configurations[database,email]
- In
- Document more comprehensive options for Docker rebuilds
- In
README.md
usedocker-compose build --pull --no-cache
in the "Application Maintenance" section.
- In
- Refactor the
source-native-env.sh
script- Replace
source-native-env.sh
withexport-env.sh
from here - Update
README.md
to referenceexport-env.sh
instead
- Replace