Django-celery-beat: No module named 'django-celery-beat'

Created on 11 Jun 2020  路  2Comments  路  Source: celery/django-celery-beat

Summary:

Include a brief descrioption of the problem here, and fill out the version info below.

  • Celery Version:
  • Celery-Beat Version:

Exact steps to reproduce the issue:

  1. celery 4.4.5
  2. django-celery-beat: 2.0.0
  3. 3.

Detailed information

when I executed command: python manage.py migrate , I got errors: No module named 'django-celery-beat'

invalid

Most helpful comment

When you add the django-celery-beat to installed apps in settings it should be django_celery_beat not django-celery-beat

All 2 comments

When you add the django-celery-beat to installed apps in settings it should be django_celery_beat not django-celery-beat

When you add the django-celery-beat to installed apps in settings it should be django_celery_beat not django-celery-beat

that is it. closing as per this.

Was this page helpful?
0 / 5 - 0 ratings