Re: Problem displaying application data

2009-07-05 Thread Robert
I ran into a similar problem. It was solved when I corrected the indentation of "class admin" in models.py of the app. Cheers. Robert On 18 Jun, 18:49, Francis wrote: > Hi, > > In my project, theadmininterface is not able to display tables > content of one application. The other application ta

Problem displaying application data

2009-06-18 Thread Francis
Hi, In my project, the admin interface is not able to display tables content of one application. The other application table listing works fine. I did change the SITE_ID for some test, but now I'm screw an I can't find any solution to make it works again. Is there someone with any idea to solve