I was trying to make an authentication for my application I am using a custom user in Models and I like to save the passwords as hashed values.
How to implement this things?
Anonymous
If i write html code seperatly(not in jinja) ... From django am i able to link front end and django?
Anonymous
😕
Ghazwan
No you can't
Ghazwan
Possibly you can separate the whole backend from the whole frontend using DRF