Hello, In the Subversion Trunk i was not able to find the file that defines the database model of OSQA , could you please tell me which file i have to search for.

thanks

asked 22 Apr '10, 10:00

osqa11's gravatar image

osqa11
3122
accept rate: 0%

edited 22 Apr '10, 11:12

rickross's gravatar image

rickross ♦♦
12.5k2814972


Well, we don't bundle the model of the database in a file. Django has the responsability of creating the database structure based on our ORM models, and it works in a database agnostic way, so we think it's not a good idea to bundle the model in an sql file or anything.

link

answered 22 Apr '10, 10:05

Hernani%20Cerqueira's gravatar image

Hernani Cerq... ♦♦
16.8k65975
accept rate: 52%

thanks for your answer. Do you mean that all the "Domain Objects" will be rendered by the ORM solution to a DB model? What do you thin, how much time will it take for a "newbie" to install the software out of the trunk? thanks.

(22 Apr '10, 10:14) osqa11

it really depends on your environment. some are more tricky than others, but with the correct recipe it should take only a couple of minutes

(22 Apr '10, 11:20) Hernani Cerq... ♦♦
Your answer
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:

×13

Asked: 22 Apr '10, 10:00

Seen: 416 times

Last updated: 22 Apr '10, 11:12

powered by OSQA