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
- Host: GitHub
- URL: https://github.com/flavien-hugs/dj-example-authentication
- Owner: flavien-hugs
- Created: 2022-03-06T17:06:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T00:09:33.000Z (over 3 years ago)
- Last Synced: 2025-03-25T14:51:17.789Z (3 months ago)
- Topics: django, django-auth, django-auth-example, django-authentication
- Language: CSS
- Homepage:
- Size: 2.56 MB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## [Example django authentication](https://github.com/flavien-hugs/dj-exmaple-authentication.git)
[](https://www.djangoproject.com)
[](https://www.python.com)
[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 :)