Contents

django-mysql 4.12.0

0

Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not availab

Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases.

Stars: 554, Watchers: 554, Forks: 109, Open Issues: 21

The adamchainz/django-mysql repo was created 9 years ago and the last code push was 10 hours ago.
The project is popular with 554 github stars!

How to Install django-mysql

You can install django-mysql using pip

pip install django-mysql

or add it to a project with poetry

poetry add django-mysql

Package Details

Author
Adam Johnson
License
MIT
Homepage
https://github.com/adamchainz/django-mysql
PyPi:
https://pypi.org/project/django-mysql/
Documentation:
https://django-mysql.readthedocs.io/
GitHub Repo:
https://github.com/adamchainz/django-mysql

Classifiers

  • Database
No  django-mysql  pypi packages just yet.

Errors

A list of common django-mysql errors.

Code Examples

Here are some django-mysql code examples and snippets.

Related Packages & Articles

django-mptt 0.16.0

Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances.

django-money 3.4.1

Adds support for using money and currency fields in django models and forms. Uses py-moneyed as the money implementation.

django-modelcluster 6.3

Django extension to allow working with 'clusters' of models as a single unit, independently of the database