Skip to content

a medium tutorial for creating django auth using custom html forms

Notifications You must be signed in to change notification settings

ashugyl75/custom_auth_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom HTML Form-Based Django User Authentication Tutorial

This repository contains the source code for the Django user authentication tutorial that demonstrates custom HTML forms for user authentication without using Django forms.

Overview

This tutorial provides a step-by-step guide on setting up user authentication in Django using custom HTML forms. It aims to show how to create a user authentication system from scratch without relying on Django's built-in forms.

Tutorial Contents

The tutorial covers the following major sections:

  • Introduction to the project and its goals
  • Prerequisites and tools required
  • Setting up a Django project
  • Creating custom HTML templates for user authentication
  • Implementing user registration and login functionality
  • Handling user logout
  • Managing user sessions and authentication state

Technologies Used

  • Python (Django)
  • HTML/CSS

Usage

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo.git

About

a medium tutorial for creating django auth using custom html forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages