0
1

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.

asked 15 Sep '11, 13:43

GrizzLyCRO's gravatar image

GrizzLyCRO
121
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×44
×25

Asked: 15 Sep '11, 13:43

Seen: 324 times

Last updated: 15 Sep '11, 13:43

powered by OSQA