Skip to content

A tutorial for authentication with django-rest-framework using django-rest-auth

Notifications You must be signed in to change notification settings

pulkitcollier/rest_authenticate

 
 

Repository files navigation

rest_authenticate

Read the sister article of the project @ https://spapas.github.io/2018/03/01/django-rest-auth/

Careful: Works only with python 3.x

To install and run (this is for Windows cmd, change accordingly for unix/macos):

mkdir rest_authenticate
cd rest_authenticate

# Create a virtual env with your preferable method
# More info here: https://spapas.github.io/2017/12/20/python-2-3-windows/
py -3 -m venv venv
venv\scripts\activate

git clone https://github.com/spapas/rest_authenticate
cd rest_authenticate
dj.bat createsuperuser
rsp.bat

About

A tutorial for authentication with django-rest-framework using django-rest-auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.1%
  • Python 37.1%
  • Batchfile 0.8%