jazzband / django-ddp

Django/PostgreSQL implementation of the Meteor server.
MIT License
167 stars 29 forks source link

Issue when accessing todos-list from admin #25

Open Kannaj opened 8 years ago

Kannaj commented 8 years ago

this is the error i'm getting - using python 2.7

ProgrammingError at /admin/django_todos/task/

relation "django_todos_task" does not exist LINE 1: SELECT COUNT(*) AS "__count" FROM "django_todos_task"

Exception Value: relation "django_todos_task" does not exist LINE 1: SELECT COUNT(*) AS "__count" FROM "django_todos_task"

nordbit commented 8 years ago

python manage.py migrate

Kannaj commented 8 years ago

I did try that - doesnt seem to work though .. any idea where else i can start looking?

tysonclugg commented 8 years ago

Is django_todos in settings.INSTALLED_APPS?