[Mailman-Developers] [GSoc Project] Error Creating a New Model for The Database

2015-05-16 Thread Stephen J. Turnbull
Bhavesh Goyal writes: > But, whenever I try to query an object from the 'task' table, I get > an sql error : no such table 'task'. Are you doing attribute access in Python code for Django, or are you writing direct SQL queries? My first guess for either case is that you haven't done the sync o

Re: [Mailman-Developers] [GSoc Project] Error Creating a New Model for The Database

2015-05-16 Thread Bhavesh Goyal
Links for the Repo(s) : Core : https://code.launchpad.net/~bhavesh-goyal093/mailman/DashboardTasks Client : https://code.launchpad.net/~bhavesh-goyal093/mailman.client/DashboardTasks Postorius : https://code.launchpad.net/~bhavesh-goyal093/postorius/DashboardTasks On Sat, May 16, 2015 at 8:39 PM,

Re: [Mailman-Developers] [GSoc Project] Error Creating a New Model for The Database

2015-05-16 Thread Barry Warsaw
On May 16, 2015, at 08:05 PM, Bhavesh Goyal wrote: >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... Can you post a link to the branch? Cheers, -Barry ___ Mailman-Develop

[Mailman-Developers] [GSoc Project] Error Creating a New Model for The Database

2015-05-16 Thread Bhavesh Goyal
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