This is a registration and login forms i have made using django
I have added the password hashers in the settings file and uploading profile images
install the libraries
pip install bcrypt
pip install django[argon2]
for the images to be uploaded install the library
pip install pillow