-
Notifications
You must be signed in to change notification settings - Fork 770
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
Apps aren't loaded yet #525
Comments
Do you can provide contents of |
I sure ca. @ad-m
|
btw - it's not actually necessary to add django-filter to There are no templates, static files, models, autodiscoverable modules, etc... Edit: This was true at the time. This is no longer true. |
The interaction only occurs with The relevant portion of the trace is this: File "lib/python2.7/site-packages/django_filters/compat.py", line 19, in <module>
from rest_framework.compat import coreapi
File "lib/python2.7/site-packages/rest_framework/compat.py", line 210, in <module>
import guardian.shortcuts # Fixes #1624
File "lib/python2.7/site-packages/guardian/shortcuts.py", line 6, in <module>
from django.contrib.auth.models import Group, Permission I've submitted #526, which should fix the issue, but I'm not sure if this is also something that should be fixed in DRF or django-guardian. |
@rpkilby thanks so much. I had no idea that I didn't need to add it since the examples showed it like that. I have everything working fine now |
I'm running django 1.10.2, django-filter 0.15.3, and djangorestframework 3.5.0 on python 2.7.11. When I add django-filter to my installed apps I now get this when i try and start the server.
The text was updated successfully, but these errors were encountered: