a simple django auth api for manageing users Authentication,PasswordRest,Confirmation
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 ] |