From c7a613968c8aee4ed0146fe3c403e77029a67394 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 13 Sep 2021 18:53:24 +0200 Subject: [PATCH] add login/logout page tutorial to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 703cb94..d83ea0b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Django-Learn Repo following tutorial @ -https://docs.djangoproject.com/en/3.2/intro/ \ No newline at end of file +https://docs.djangoproject.com/en/3.2/intro/ + +Login Page example @ +https://learndjango.com/tutorials/django-login-and-logout-tutorial