Modify the readme to reflect the python version lock

This commit is contained in:
Daniel Gagnon 2023-02-05 22:02:08 -05:00
parent 29812d2241
commit 7be6de96fe

View File

@ -18,7 +18,7 @@ production-ready Django projects quickly.
## Features ## Features
- For Django 4.0 - For Django 4.0
- Works with Python 3.10 - Works with Python **3.8** (Highest version on AWS elastic beanstalk)
- Renders Django projects with 100% starting test coverage - Renders Django projects with 100% starting test coverage
- Twitter [Bootstrap](https://github.com/twbs/bootstrap) v5 - Twitter [Bootstrap](https://github.com/twbs/bootstrap) v5
- [12-Factor](http://12factor.net/) based settings via [django-environ](https://github.com/joke2k/django-environ) - [12-Factor](http://12factor.net/) based settings via [django-environ](https://github.com/joke2k/django-environ)