|
When I ask a question. How is the link generated after asking it? in which file is that function, that generates it, please? |
|
It's a slug created using the django slugify function. The actual link creation foes on /forum/models/question.py. If you want to change it, I recommend you to make it as a module. |
