Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model class django_cron.models.CronJobLog doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS #62

Closed
farirat opened this issue Jul 5, 2015 · 3 comments

Comments

@farirat
Copy link

farirat commented Jul 5, 2015

I get the below error when executing python manage.py runcrons

... venv/local/lib/python2.7/site-packages/django_cron/models.py:4: 
RemovedInDjango19Warning: Model class django_cron.models.CronJobLog 
doesn't declare an explicit app_label and either isn't in an application in 
INSTALLED_APPS or else was imported before its application was loaded. This 
will no longer be supported in Django 1.9.
@chachra
Copy link
Member

chachra commented Jul 16, 2015

Its more of a warning, should be looked into for future Django compat.

@angvp
Copy link

angvp commented Jul 23, 2015

duplicate of #59 (fixed)

@maciej-jaworski
Copy link
Contributor

Duplicate as stated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants