|
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 ?. |