Open lllama opened 7 years ago
The login view does appear on the DRF browsable API. Are your URL registrations set up properly?
EDIT Clarification. It does not appear at the root to browse to.. but you can go to the URL endpoint directly and browse the API.
(Sort of related to #35 but that's a couple of years old, hence a new issue).
The login view does not appear to be viewable in the browseable API. This seems to be because it does not define
queryset
or have aget_queryset()
method. While these are not needed in use, I'm guessing the B-API is looking for them to generate its template.