You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easy fix is to not import everything into __init__, but that changes the API. The bad solution is to tell people to not list the app in INSTALLED_APPS. The ugly solution is to change views.py to import DRF internals inside the methods where they are needed, not importing at the top.
The easy fix is to not import everything into
__init__
, but that changes the API. The bad solution is to tell people to not list the app in INSTALLED_APPS. The ugly solution is to changeviews.py
to import DRF internals inside the methods where they are needed, not importing at the top.Also occurs with drf_extended_viewset and beda-software/drf-writable-nested#93
The text was updated successfully, but these errors were encountered: