+ 1
Django
Can someone tell me about a tuto where i can learn python Django in short time possible . I need exactly to develop a login logout application.
2 Réponses
+ 1
User login/logout/authentificatiom is pretty cool in django as it is a built-in feature.
I think this tutorial is good to get the basics and I think it's straightforward: https://docs.djangoproject.com/en/3.2/intro/tutorial01/
+ 1
Thank you