on.ico? That would end up being 2 requests. You
> can use something like Chrome Developer Tools or Firebug to see.
>
> -Jeff
>
> On Tue, Aug 21, 2012 at 4:07 PM, James Verran wrote:
>
>> Hi there, I'm trying to capture all url path data. (Except admin, and a
>> co
Hi there, I'm trying to capture all url path data. (Except admin, and a
couple other paths.)
At the end of my urls.py file, I'm using r'^(.*)$'... On my associated
view, I make a simple entry into a database - ie:
Test(path=capturedpath).save()
The problem: my database entry is saved twice! Or ra
2 matches
Mail list logo