https://github.com/1337fury/django_authentication
Learn by doing [django-authentication]
https://github.com/1337fury/django_authentication
Last synced: 2 months ago
JSON representation
Learn by doing [django-authentication]
- Host: GitHub
- URL: https://github.com/1337fury/django_authentication
- Owner: 1337fury
- Created: 2024-05-04T12:40:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T13:10:48.000Z (11 months ago)
- Last Synced: 2024-06-08T15:31:31.741Z (11 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django_authentication
Django Authentication is a small Django application designed to help users become familiar with Django's authentication system. This app provides an easy-to-understand example of how to implement user authentication in a Django project, including user registration, login and logout.