Hi  !

I am trying to create a basic working prototype for one of the widgets in
my project ,  'Dashboard For Admins' and need some help implementing the
same.

I created a new 'Task' model which is supposed to show the list of pending
tasks which require admin's attention. There exists two classes 'Task' ,
and 'TaskManager' inside the model for which I 've also created two
required interfaces. I 've included a new Task class in postorius/models.py
and created one inside Client too for handling rest queries...

But, whenever I try to query an object from the 'task' table, I get an sql
error : no such table 'task'.
I ve tried doing makemigrations and migrate but it doesn't seem to
recognize the newly created table.

What can it be that I may be missing which is preventing me to query the
table. Really desperate for any hep on this :) Thanks...


-- 
Regards,
Bhavesh Goyal,
Computer Science Engineering,
IIIT Hyderabad
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to