Attempting to install latest OSQA from svn (Revision: 552) on OS X 10.6.3 with Python 2.6.4, Django-1.1.1, and sqlite3, I get the following error:

py manage.py syncdb
Error: One or more models did not validate:
forum.user: 'subscriptions' has an m2m relation with model Node, which has either not been installed or is abstract

I noticed this had come up for others (http://meta.osqa.net/questions/1792/error-while-syncdb-models-did-not-validate) but didn't see a solution. Any help would be appreciated.

[Update] Seeing the same error when attempting to install on Linux, Python 2.5.1, mysql.

asked 24 Jul '10, 21:14

Parand's gravatar image

Parand
1667810
accept rate: 0%

edited 24 Jul '10, 21:23


This turned out to be because I didn't have the pre-requisites installed - markdown, html5lib, south . Installing those allowed syndb to proceed.

I documented some of the other steps needed to get OSQA working in my Installing OSQA on OS X and Linux post.

link

answered 24 Jul '10, 22:05

Parand's gravatar image

Parand
1667810
accept rate: 0%

edited 24 Jul '10, 22:44

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:

×156
×13
×6

Asked: 24 Jul '10, 21:14

Seen: 676 times

Last updated: 24 Jul '10, 22:44

powered by OSQA