An open API service indexing awesome lists of open source software.

https://github.com/flavien-hugs/dj-example-authentication

Example authentication with django framework
https://github.com/flavien-hugs/dj-example-authentication

django django-auth django-auth-example django-authentication

Last synced: 3 months ago
JSON representation

Example authentication with django framework

Awesome Lists containing this project

README

        

## [Example django authentication](https://github.com/flavien-hugs/dj-exmaple-authentication.git)

[![Django Version](https://img.shields.io/badge/Django-Version3-success.svg)](https://www.djangoproject.com)
[![Python Version](https://img.shields.io/badge/Python-3.6-brightgreen.svg)](https://www.python.com)

![Example django authentication](https://github.com/flavien-hugs/dj-example-authentication/blob/main/screenshort.png)

[dj-exmaple-authentication](https://github.com/flavien-hugs/authentication/) is a small authentication system application with e-mail address verification.

#### Installation & Execution of the project locally

* git clone https://github.com/flavien-hugs/dj-exmaple-authentication.git
* cd dj-exmaple-authentication
* Activate the virtual environment and install the dependencies with the `make install` command
* Migrate the database with the `make migrate` command
* Finally, start the internal django server with `./manage runserver` and navigate to ``
* Good code :)