On Sun, Oct 19, 2008 at 2:25 PM, AdamC <[EMAIL PROTECTED]> wrote: > > I'm migrating my application (a simple film database) to another server. > > I installed version 1.0 of django on the new server and set up apache > with mod_python (which was the same setup on my old server). > > However, I seem to be having some problems. When I try and login to my > application (which seems to work well, I get the error: > > TemplateSyntaxError at /apps/films/ > Caught an exception while rendering: Reverse for > 'films.films.views.edit_film_list' with arguments '()' and keyword > arguments '{}' not found. > > [snip details]
It's possible you are hitting a bug that's been fixed (there have been a couple of fixes made in this area). You could try running with current trunk or the 1.0.X branch (only bug fixes, no new features) and see if this error Goes Away. If not, I think some specifics on your url patterns will be needed to debug what's going on. 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 -~----------~----~----~----~------~----~------~--~---