Pilsburgh / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

install error (with Pinax basic_project) no such table: forum_forum #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed with Pinax basic_project (added forum to installled apps, 
added url)
2. http://127.0.0.1:8000/admin/ logged into admin
3. got to Forums: error no such table: forum_forum

What is the expected output? What do you see instead?

OperationalError at /admin/forum/forum/
no such table: forum_forumRequest Method: GET 
Request URL: http://127.0.0.1:8000/admin/forum/forum/ 
Exception Type: OperationalError 
Exception Value: no such table: forum_forum 
Exception Location: c:\pinax-env\lib\site-
packages\django\db\backends\sqlite3\base.py in execute, line 170 
Python Executable: c:\pinax-env\Scripts\python.exe 
Python Version: 2.6.4 
Python Path: ['c:\\dateapp\\apps', 'c:\\pinax-env\\lib\\site-
packages\\pinax\\apps', 'c:\\dateapp', 'c:\\pinax-env\\lib\\site-
packages\\setuptools-0.6c9-py2.6.egg', 'c:\\pinax-env\\lib\\site-
packages\\pip-0.4.1devdev-py2.6.egg', 'C:\\Windows\\system32
\\python26.zip', 'c:\\pinax-env\\DLLs', 'c:\\pinax-env\\lib', 'c:\\pinax-
env\\lib\\plat-win', 'c:\\pinax-env\\lib\\lib-tk', 'c:\\pinax-
env\\Scripts', 'C:\\Python26\\Lib', 'C:\\Python26\\DLLs', 'C:\\Python26
\\Lib\\lib-tk', 'c:\\pinax-env', 'c:\\pinax-env\\lib\\site-
packages', 'C:\\Python26\\lib\\site-packages\\html5lib-0.90-
py2.6.egg', 'C:\\Python26\\lib\\site-packages\\django_page_cms-1.1.1-
py2.6.egg', 'C:\\Python26\\lib\\site-packages\\django_cms-2.0.2-
py2.6.egg', 'C:\\Python26\\lib\\site-packages\\django_admin_tools-0.2.0-
py2.6.egg', 'C:\\Python26\\lib\\site-packages\\django_friends-0.1.5-
py2.6.egg', 'C:\\Python26\\lib\\site-packages\\django_schedule-0.1.0-
py2.6.egg', 'C:\\Python26\\lib\\site-packages\\python_dateutil-1.5-
py2.6.egg', 'C:\\Python26\\lib\\site-packages\\django_forum-r53-
py2.6.egg', 'C:\\Python26', 'C:\\Python26\\lib\\site-
packages', 'C:\\Python26\\lib\\site-packages\\PIL'] 
Server time: Fri, 23 Apr 2010 13:32:18 +0100 

What version of the product are you using? On what operating system?
python 2.6, django1.1

Please provide any additional information below.

I think this is actually a Pinax issue as I tried to install django-
shcedule with Pinax basic_project and got the same error 'no such_table' 
but django apps whould be useable with Pinax (will report to Pinax also)

Original issue reported on code.google.com by justinjo...@gmail.com on 23 Apr 2010 at 12:36