Re: Weird deletions in Django

2014-02-04 Thread heidi
On Tuesday, February 4, 2014 6:37:55 AM UTC, Avraham Serour wrote: > > Sending an email can be faulty, I would use a logger and write the > stacktrace > Also, is it possible that something other than you django application it's > agreeing the database? > I have a forum accessing the database but

Re: Weird deletions in Django

2014-02-03 Thread Avraham Serour
Sending an email can be faulty, I would use a logger and write the stacktrace Also, is it possible that something other than you django application it's agreeing the database? On Feb 3, 2014 10:32 PM, "heidi" wrote: > I have a web game in which an alliance can have multiple members. This is > rep

Weird deletions in Django

2014-02-03 Thread heidi
I have a web game in which an alliance can have multiple members. This is represented by a foreign key field on each member's class (seeing as a member can only be part of one alliance). I've been getting weird instances of worlds and alliances being deleted. I narrowed it down to where I wa