Re: View loaded twice / Database entry saved twice

2012-08-22 Thread James Verran
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

View loaded twice / Database entry saved twice

2012-08-21 Thread James Verran
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