/drf_auth_jwt

🟢 DRF authentication

Primary LanguagePython

DRF Auth JWT

HI) I'm so happy seeing you)

Before using this auth you must read some instructions)

Docker setup

To use this auth you must have docker

If you have a docker run this code on your terminal:

docker run -p 6379:6379 -d redis:5

If you don't have docker, install docker from this site: https://docs.docker.com/engine/install/

Commands with make

As python interpreter language let's set up venv:

make install-req

Then, do migrations:

make mig

Finish

Change your settings (create your env file) of course and THAT'S ALL))

You can use this drf auth)