Re: Recommendations for hosting service?

2015-01-06 Thread Jeff Kerr
I'm a total noob, but I was able to get a basic Django app (Postgresql as DB) running on DigitalOcean without much trouble. It wasn't *easy--*in fact, I was ready to throw my computer out the window a few times--but I'm happy that I now have that skill. DigitalOcean also has a great interface a

Built-in Template Reference in Admin

2009-01-19 Thread Kerr
as written for 0.96, so I looked at the newest iteration of the book and it only has chapters 1-3 posted. Am I missing something related to this built-in reference? Thanks! Kerr --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

Accessing related object id's in custom edit_inline_tabular template

2008-08-21 Thread Rowan Kerr
I'm trying to access the id's of related objects that are edited inline (tabular layout), but not having much luck. Have tried fcw.related_object.id, fcw.obj.id, fcw.obj.original.id, fcw.fields.id, and so on... Any hints on how to properly access that value would be much appreciated! Thanks. --~