/django_auth

a simple django auth api for manageing users Authentication,PasswordRest,Confirmation

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

django_auth

a simple django auth api for manageing users Authentication,PasswordRest,Confirmation


setup:

1) git clone https://github.com/MedAmineFouzai/django_auth
2) cd django_auth
3) pip install pipenv
4) pipenv --python "version"
5) pipenv install - r requirements.txt
6) run project with manage.py: #command: [ python manage.py runserver ]