DEV Community

Discussion on: API Authentication with Django Rest Knox

Collapse
 
karen20210 profile image
Some
INSTALLED_APPS = (
  ...
  'rest_framework',
  'knox',
  ...
)
Enter fullscreen mode Exit fullscreen mode