Installation

  1. Install the package:

    pip install drf-oauth-toolkit
    
  2. Add it to your Django INSTALLED_APPS:

    INSTALLED_APPS = [
        ...
        'drf_oauth_toolkit',
    ]
    
  3. Run migrations:

    python manage.py migrate