File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ The login in theory will be something like this:
203203// "...and if so, we authorize/approve the request to authenticate/log in as the
204204// associated user"
205205
206- // https://docs.djangoproject.com/en/5.0 /topics/auth/customizing/
206+ // https://docs.djangoproject.com/en/5.1 /topics/auth/customizing/
207207
208208
209209First let's prep an app for our accounts stuff:
@@ -487,7 +487,7 @@ we need to sort out user authentication in Django.
487487// reason behind it.
488488The first thing we'll need is a user model.
489489I took a dive into the
490- https://docs.djangoproject.com/en/5.0 /topics/auth/customizing[Django
490+ https://docs.djangoproject.com/en/5.1 /topics/auth/customizing[Django
491491auth documentation] and tried to hack in the simplest possible one:
492492
493493[role="sourcecode"]
You can’t perform that action at this time.
0 commit comments