In my apps, I'm finding that my views are triggering twice. I have a series of related apps, working off of the same settings.py file (there's a global urls.py, which triggers off of the first string and sends to a subdirectory w/ it's own urls.py/__init__.py/models.py/views.py/etc. With one exception (see below), any URL I send will call the resulting view twice.
The one exception is that I'm using a heavily modified take off of the djikiki wiki software, and it doesn't happen here. My first thought was that it had to do w/ something in the template, but replacing the template with a simple blank file the view still gets triggered twice. Then I noticed that the app based off of the djikiki setup was not doing this, and I looked at what I had there but didn't notice anything that would cause the difference. Was hoping that someone might have an idea here as to what might be going on. -J --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---