django-ddp
django-ddp copied to clipboard
Issue when accessing todos-list from admin
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"
python manage.py migrate
I did try that - doesnt seem to work though .. any idea where else i can start looking?
Is django_todos in settings.INSTALLED_APPS?