I can\'t understand why my code doesn\'t work. Before it worked, but now, when I run the server and test, the code does not work.
When the user is registering, I se
For newer versions of Django, you can use the slug syntax. For example:
path('activate///', views.activate_account, name='activate')