Check out this link, apply the patch and I think you'll see the
problem (basically, whatever is being passed to {% url ... %} does not
match the regex in urls.py).Cheers, Tone On Aug 30, 12:25 am, Jacolyte <[EMAIL PROTECTED]> wrote: > Here's a pastebin of the traceback:http://pastebin.com/m43fb0960 > > Photologue is version 2.0-rc1 > > Django is version 1.0-beta_1 > > I did everything the photologue readme said. Put photologue in my > installed apps, ran syncdb, plinit, etc. everything went fine. > > I added a photo and made a gallery, and then in the admin interface > for my gallery I clicked on "View on site" and it gives me this error. > > The traceback is saying my code is trying to use a named URL pattern > that doesn't exist, right? Well, shouldn't creating a photologue > gallery create that URL that the URL pattern references? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

