I have the following problem, but first my development environment:
- ubuntu 18.04
- python 3.7.4
- mariadb 10.7.4
- django 3.2.13
Attempt to configure django-allauth 0.50.0 I follow the steps of the official website and everything is ok, but, when it comes time for python manage.py makemigrations all right, but when I give python manage.py migrate I got this error:
- django.db.utils.OperationalError: (1709, 'Index column size too large. The maximum column size is 767 bytes')
I already try all kinds of solutions that I found here, Like This , but all relate about mariadb 10.1 and 10.2, where it is assumed that in this last version the problem should be solved, but here I have it.
pd: excuse my english