Skip to content

v0.14

Compare
Choose a tag to compare
@brianhelba brianhelba released this 14 Jan 21:42
· 497 commits to master since this release
2ca3646
  • Add extras to django-s3-file-field requirement
    • In setup.py, use django-s3-file-field[minio,boto3]
  • Ensure the correct django-oauth-toolkit version is installed
    • In setup.py, use django-oauth-toolkit==1.3.2
  • Ensure the correct django-configurations extras are installed
    • In setup.py, use django-configurations[database,email]
  • Document more comprehensive options for Docker rebuilds
    • In README.md use docker-compose build --pull --no-cache in the "Application Maintenance" section.
  • Refactor the source-native-env.sh script