Revision history [back]
Try this by editing file askbot/urls.py
. Lines where urls named 'index'
and 'questions'
are defined.
We might make the homepage listing questions by default, but we also might use it for other purposes - like show listing of subforums, so the function shown on the main page may in the future depend on the configuration.