Re: Problem accessing users and groups in Admin

2006-09-21 Thread Jaanus
> error" (status code 500) is the right error to be returning here. Don't > worry about that; it's doing the right thing. well yeah.. from my POV the "right" thing would be to not show these errors at all and rather work as expected :( --~--~-~--~~~---~--~~ You r

Re: Problem accessing users and groups in Admin

2006-09-20 Thread Malcolm Tredinnick
On Wed, 2006-09-20 at 12:47 -0700, Jaanus wrote: > one more strange thing... this is what the Django server tells me about > these requests. Note the 500 error code, not 404... > > [20/Sep/2006 22:33:34] "GET /admin/auth/user/3/ HTTP/1.1" 404 1688 > [20/Sep/2006 22:35:00] "GET /admin/auth/user/ad

Re: Problem accessing users and groups in Admin

2006-09-20 Thread Jaanus
one more strange thing... this is what the Django server tells me about these requests. Note the 500 error code, not 404... [20/Sep/2006 22:33:34] "GET /admin/auth/user/3/ HTTP/1.1" 404 1688 [20/Sep/2006 22:35:00] "GET /admin/auth/user/add/ HTTP/1.1" 500 90930 [20/Sep/2006 22:35:01] "GET /admin/a

Re: Problem accessing users and groups in Admin

2006-09-20 Thread Jaanus
Malcolm Tredinnick wrote: > > Which type of error are you seeing? Can you maybe paste the traceback > and the exception line? Are you seeing the same traceback as Luis posted > earlier in the thread? Yes. I am seeing exactly the same tracebacks as Luis. There are two kinds. When going to edit a

Re: Problem accessing users and groups in Admin

2006-09-19 Thread Malcolm Tredinnick
On Tue, 2006-09-19 at 15:22 -0700, Jaanus wrote: > I'm getting exactly the same problem. Upgraded from 0.91 to 0.95, > carefully followed the RemovingTheMagic instructions from wiki, changed > code, schema and data as instructed, tested everything. All works fine > EXCEPT changing and adding users

Re: Problem accessing users and groups in Admin

2006-09-19 Thread Jaanus
I'm getting exactly the same problem. Upgraded from 0.91 to 0.95, carefully followed the RemovingTheMagic instructions from wiki, changed code, schema and data as instructed, tested everything. All works fine EXCEPT changing and adding users in the admin, which gives a 404. Any ideas would be welc

Re: Problem accessing users and groups in Admin

2006-09-01 Thread Luis P. Mendes
Jay Parlar escreveu: > On 8/30/06, Luis P. Mendes <[EMAIL PROTECTED]> wrote: > >> I have something to add: >> - I can add or delete 'fichas' from the admin site with no problem. >> - This 0.95 version is an upgrade from 0.91. >> > > That last part is interesting. Did you have a database runnin

Re: Problem accessing users and groups in Admin

2006-08-30 Thread Jay Parlar
On 8/30/06, Luis P. Mendes <[EMAIL PROTECTED]> wrote: > I have something to add: > - I can add or delete 'fichas' from the admin site with no problem. > - This 0.95 version is an upgrade from 0.91. > That last part is interesting. Did you have a database running against 0.91, and then you upgrad

Re: Problem accessing users and groups in Admin

2006-08-30 Thread Luis P. Mendes
Jay Parlar escreveu: > On 8/29/06, Luis P. Mendes <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I posted this on Saturday, but since I had no replies, I'm reposting it. >> >> What should I look for to solve this problem: >> >> When I access http://127.0.0.1:8000/admin/ I get >> Groups >> Users >> in the

Re: Problem accessing users and groups in Admin

2006-08-29 Thread Jay Parlar
On 8/29/06, Luis P. Mendes <[EMAIL PROTECTED]> wrote: > > Hi, > > I posted this on Saturday, but since I had no replies, I'm reposting it. > > What should I look for to solve this problem: > > When I access http://127.0.0.1:8000/admin/ I get > Groups > Users > in the Autho Fieldset. > > > If I cli

Problem accessing users and groups in Admin

2006-08-29 Thread Luis P. Mendes
Hi, I posted this on Saturday, but since I had no replies, I'm reposting it. What should I look for to solve this problem: When I access http://127.0.0.1:8000/admin/ I get Groups Users in the Autho Fieldset. If I click on Users http://127.0.0.1:8000/admin/auth/user/ I get a list of all the u

Problem accessing users and groups in Admin

2006-08-26 Thread Luis P. Mendes
Hi, I would like to know what to look for to solve this problem. When I access http://127.0.0.1:8000/admin/ I get Groups Users in the Autho Fieldset. If I click on Users http://127.0.0.1:8000/admin/auth/user/ I get a list of all the users. When I click on any of them: http://127.0.0.1:8000/