I’ve been studying the docs and going through the first contribution tutorial, one of the steps when signing up for a ticket is to be able to reproduce the bug/issue in the development server.
So, I have the development version downloaded and all I want to do is to change the text on the default success screen to be sure I am at least able to accomplish that task.
I have djangoSource cloned onto my machine and when I install into a new venv and run the server this comes up.
Django version 5.2.dev20241104094306
So, I assume I have the correct development version installed from here.
I went into the source code and edited the default_urlconf.html to display some random words in the success screen. Nothing happend.
Am I missing something?