I'm not sure what to post here, so if you could forgive me and tell me what might be helpful if anything I would appreciate it.
I am creating two objects and putting them into the database with a POST from and iOS app using AFNetworking to a function based view. Everything works and my USER and ADDRESS objects are inserted properly into the database. I've put breakpoints in my python code and I can't catch any exceptions... All I get in the console is the server 500 error and no indication of what it is... I'm really frustrated and I have a feeling the answer is simple... How do I debug this?