Skip to content

zed1025/django-user-authentication-template-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-user-authentication(basic)

A simple basic authentication template. This app can be used as a base, or starting point for other projects. The technique used for authentication is by extending the AbstractUser class provided by django. So the security is not at a level that this can be used in production. Use this for hobby or personal projects, for production I would advise to try token based authentication or use django packages like django-allauth in combination with django-rest-auth

Requirements

Features

  • navbar
  • login
  • signup
  • password change
  • password reset(using terminal)

How to use

  • make sure you have the required modules installed
  • cd into django-user-authentication-template-basic folder
  • run python manage.py makemigrations users and then python manage.py migrate
  • create a superuser

About

Simple django user authentication template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published