spapas / rest_authenticate

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

Home Page:https://spapas.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://spapas.github.io


Languages

Language:HTML 75.9%Language:Python 23.7%Language:Batchfile 0.5%