Skip to content

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.

Notifications You must be signed in to change notification settings

lyamaa/dj_djoser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 😄😄😄😄

About

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.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages