Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 603 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 603 Bytes

drf-auth-token

Blog API. Django USERS Token authentication using TokenAuthentication from Django Rest Framework.

How to install:

  • pip install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser