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

spapas/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