On Tue, Jul 22, 2008 at 2:17 PM, Matthew <[EMAIL PROTECTED]> wrote:

>
> Hey everyone, I recently updated a development version of my Django
> site to use the newforms admin, following the tutorial here
>
> http://oebfare.com/blog/2008/jul/20/newforms-admin-migration-and-screencast/
> It all went fairly well, but I do have one major problem though, and I
> don't know whether its connected to this. I suspect it is anyway
> because it only arose after migration.
>
> The problem is that whenever I am editing in the admin site, and I
> click on a 'Save' button for instance, I get a 404 error.
>
> "Page not found (404)
> Request Method:         GET
> Request URL:
> http://10.2.140.72:2013/main.fcgi/main.fcgi/admin/events/event/2/";
>
> Obviously it appears that the admin is trying to redirect me to an
> address such as /main.fcgi/main.fcgi/admin/events/event/2/ rather
> than /admin/events/event/2/
>
> After getting the 404, if I remove the /main.fcgi/ from the address
> and go to /admin/events/event/2/ I get to the correct page. The
> changes that are to be saved are actually being saved too, but
> obviously this is a big hindrance to a smooth site running.
>
> Can anyone help, or is this something unrelated to the newforms admin?
>

Not sure, but it might be related to this change:

http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#ChangedthewayURLpathsaredetermined

rather than newforms-admin.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to