Amit Upadhyay wrote:

[snip]

> But when I open the objects "change" page in admin, and try to follow "View
> on Site" link, it takes me to some http://localhost:6680/r/10/1/, which
> 404s.

You need to add the following to your urlconf:

(r'^r/', include('django.conf.urls.shortcut')),

Regards,
Jason

Reply via email to