Skip to content

This is a simple authentication system using the good programming practices in Django.

Notifications You must be signed in to change notification settings

aniceto-jolela/Django-login-logout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django - Authentication

This is a simple authentication system using the good programming practices in Django.

Version

Python 3.12.4

Django-5.1.2

In this system will be used:

ORM, Views, Templates and Middleware.

Front-end:

  • Html
  • CSS
  • JavaScript

Database Management:

  • SQLite
  • Migrations, Schema Management

Best Practices of Security:

  • Csrf
  • Authentication
  • Authorization
  • https

Plugin using pip:

  • django-crispy-forms
  • crispy-bootstrap4

URLs:

Releases

No releases published

Packages

No packages published

Languages