EricLjr

Results 2 issues of EricLjr

### Summary: Include a *brief* description of the problem here, and fill out the version info below. * Celery Version: 4.4.0 [redis,eventlet] * Celery-Beat Version: django-celery-beat==1.6.0 ### Exact steps to...

from django.core.exceptions import ImproperlyConfigured try: import MySQLdb as Database except ImportError as err: raise ImproperlyConfigured( 'Error loading MySQLdb module.\n' 'Did you install mysqlclient?' ) from err from django.db.backends.mysql.base import *...