You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing django-fortune and adding it to INSTALLED_APPS, the following error appears:
$ python manage.py fortune
SystemCheckError: System check identified some issues:
ERRORS:
fortune.Pack.name: (mysql.E001) MySQL does not allow unique CharFields to have a max_length > 255.
Expected behaviour was to display a grumble about lack of fortune packs loaded, as shown in the README.
The text was updated successfully, but these errors were encountered:
After installing django-fortune and adding it to INSTALLED_APPS, the following error appears:
Expected behaviour was to display a grumble about lack of fortune packs loaded, as shown in the README.
The text was updated successfully, but these errors were encountered: