-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
The model Schedule is already registered #285
Comments
I am running Django 2.0 with Django-Q 0.9 without any problems. |
That was my first check and i don't have one. Nor the word Schedule inside my entire App. |
I also don't have this problem. Could it be you have some other package installed that tries to register that model name? |
Ok that was caused by django_jet. Thanks for your help. |
Anytime |
Since i update to django 2.0 i can't launch my project with django q enable.
python3.6/site-packages/django_q/admin.py", line 120, in
admin.site.register(Schedule, ScheduleAdmin)
django.contrib.admin.sites.AlreadyRegistered: The model Schedule is already registered
What can i do ?
The text was updated successfully, but these errors were encountered: