Django-celery-beat: Model class django_celery_beat.models.SolarSchedule doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

Created on 13 Feb 2018  路  4Comments  路  Source: celery/django-celery-beat

I installed the library, when I tried to do python manage.py runserver appear this error.

Most helpful comment

Did you add 'django_celery_beat', to the INSTALLED_APPS in your Django app's settings.py?

All 4 comments

Same here!

Did you add 'django_celery_beat', to the INSTALLED_APPS in your Django app's settings.py?

I think this should be in the documentation for setup, the error message having to do with SolarSchedule doesn't really make it clear that this is the solution.

Seen this error a dozen times and it always confuses me. This should fail more explicitly.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cepreu2github picture cepreu2github  路  4Comments

npsqm picture npsqm  路  8Comments

srikanth-chandaluri picture srikanth-chandaluri  路  3Comments

alon-unifi picture alon-unifi  路  10Comments

linxi-1214 picture linxi-1214  路  7Comments