Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 804 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 804 Bytes

djoser

REST implementation of Django authentication system. djoser library provides a set of Django Rest Framework views to handle basic actions such as registration, login, logout, password reset and account activation. It works with custom user model.

Requirements:

Project Setup: create a virtual env.

python -m venv env

Activate
./env/Scripts/activte # for windows

source env/bin/activate # linux user

Here i am using poetry you can use pip or pienv: poetry Setup:

    poetry install
    # install all dependencies

finally migrate and run the project. 😄😄😄😄