mysql support link (#3544)

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
Abdullah Adeel 2022-01-21 17:20:51 +05:00 committed by GitHub
parent fba2c37e72
commit 09cb960400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ production-ready Django projects quickly.
## Constraints
- Only maintained 3rd party libraries are used.
- Uses PostgreSQL everywhere (10.19 - 14.1)
- Uses PostgreSQL everywhere: 10.19 - 14.1 ([MySQL fork](https://github.com/mabdullahadeel/cookiecutter-django-mysql) also available).
- Environment variables for configuration (This won't work with Apache/mod_wsgi).
## Support this Project!
@ -203,6 +203,10 @@ If you are using [PyUp](https://pyup.io) to keep your dependencies updated and s
Scattered throughout the Python and HTML of this project are places marked with "your stuff". This is where third-party libraries are to be integrated with your project.
## For MySQL users
To get full MySQL support in addition to the default Postgresql, you can use this fork of the cookiecutter-django:
https://github.com/mabdullahadeel/cookiecutter-django-mysql
## Releases
Need a stable release? You can find them at <https://github.com/cookiecutter/cookiecutter-django/releases>