|
I want to add option for users to specify default ordering system for answers when asking a question. Such option would make using OSQA as forums a breeze. I have experience in python and with web development, but don't have any with django, so i was kind og hoping that I will pick it up as I go. My guess is that I would need to alter model of question (from quick look at db, it is just type of node.) So if altering model is bad thing to do, can i use "extra" field in db? Second part would be adding changes to files which generate "ask a question", and "display question" pages. So my main concern is that i don't know which files to touch, and if there are some special things i need to know about. |