I'm developing a website using Django. When I run the server through the command prompt like so:
python manage.py runserver
it runs fine, but when I do it from Eclipse (right click on the project -> Run As...
-> django project
, I get the following error:
DatabaseError at /
no such table: django_session
Request Method: GET
Request URL: http://localhost:8000/
Django Version: 1.3
Exception Type: DatabaseError
Exception Value:
no such table: django_session
Any ideas as to what can cause that? I'm not that proficient in django so I have no clue what file could be causing this - if you need me to post something, please ask here in the comments.