Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 564 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 564 Bytes

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