Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
admin 1.1 problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
adrian  
View profile  
 More options Nov 6, 5:10 pm
From: adrian <adrian...@gmail.com>
Date: Fri, 6 Nov 2009 14:10:42 -0800 (PST)
Local: Fri, Nov 6 2009 5:10 pm
Subject: admin 1.1 problem

I just upgraded to 1.1 and changed only the line in urls.py as
mentioned in the release notes.

Now when I go to the list of apps and models, and click on a model
name,
it recursively returns to the same page (the list of apps and models)
but at a different URL.   For example, I go to:

/admin/

then I click on Users model in the Auth app and I get the same page
but it is now at this URL:

/admin/auth/user/

then I click it again and I get the same page again but the URL is:

/admin/auth/user/auth/user

and if I click on a different model it does the same thing:

/admin/auth/user/auth/user/newapp/newmodel/

The problem is there for all apps and models.

What could be wrong here?   I don't have any custom admin code and it
was working in 1.0.3.
Thanks.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
adrian  
View profile  
 More options Nov 6, 5:37 pm
From: adrian <adrian...@gmail.com>
Date: Fri, 6 Nov 2009 14:37:30 -0800 (PST)
Local: Fri, Nov 6 2009 5:37 pm
Subject: Re: admin 1.1 problem
Missed a change.  I had this:

(r'^admin/(.*)', include('admin.site.urls')),

which should be this:

 (r'^admin/', include(admin.site.urls)),


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google