Opened 5 years ago

Closed 5 years ago

#30960 closed Bug (invalid)

manage.py command reset_db doesn't work with mysql.connector.django

Reported by: Ethan J. Howell Owned by: Farhaan Bukhsh
Component: Uncategorized Version: 2.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It says that there is an unknown engine when trying to reset the database. I recommend adding 'mysql.connector.django' to line 15 of the settings.py of django_extensions

Change History (2)

comment:1 by Farhaan Bukhsh, 5 years ago

Owner: changed from nobody to Farhaan Bukhsh
Status: newassigned

I will submit a WIP PR for this after replicating the bug. :)

comment:2 by Mariusz Felisiak, 5 years ago

Easy pickings: unset
Has patch: unset
Resolution: invalid
Status: assignedclosed

This is the issue tracker for the Django itself, not for the django-extensions.

Note: See TracTickets for help on using tickets.
Back to Top