I'd like to store some extra information with questions, primarily location information (coming from smartphones) but also images and some other metadata.

From other questions on the site I understand I can extend the OSQA models using a module in forum_modules, but I don't think I can actually add new fields to the existing Question/Answer/Node models, so I assume I just have to add some new models which have a foreign key connecting them to the Question model.

Is that correct or is their a better approach ?.

asked 29 Nov '11, 19:23

Richard%20P's gravatar image

Richard P
113
accept rate: 0%

edited 30 Nov '11, 07:59

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:

×24
×11
×3
×1

Asked: 29 Nov '11, 19:23

Seen: 232 times

Last updated: 30 Nov '11, 07:59

powered by OSQA