django-ddp icon indicating copy to clipboard operation
django-ddp copied to clipboard

Issue when accessing todos-list from admin

Open Kannaj opened this issue 8 years ago • 3 comments

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"

Kannaj avatar Nov 10 '15 09:11 Kannaj

python manage.py migrate

nordbit avatar Nov 12 '15 19:11 nordbit

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

Kannaj avatar Nov 12 '15 20:11 Kannaj

Is django_todos in settings.INSTALLED_APPS?

tysonclugg avatar Nov 12 '15 20:11 tysonclugg