Include a brief descrioption of the problem here, and fill out the version info below.
when I executed command: python manage.py migrate , I got errors: No module named '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
When you add the django-celery-beat to installed apps in settings it should be
django_celery_beatnotdjango-celery-beat
that is it. closing as per this.
Most helpful comment
When you add the django-celery-beat to installed apps in settings it should be
django_celery_beatnotdjango-celery-beat