Hi On 13 August 2010 15:33, Joao Silva <joaodasilvacu...@googlemail.com> wrote: > Your answer is on this blog post: > http://tidbids.posterous.com/saas-with-django-and-postgresql
Thanks, that does go a long way to explaining how it can be done. However, I was wondering if it is possible to have code along the lines of [quasi-psudo-code] orm = connectToDB('localhost,'user','password') poll = orm.MyPoll() poll.question = 'How are you?' poll.save() [/quasi-psudo-code] I realise it's not very django'y, but for my use case that would be the simplest approach. j. -- Jonathan Endersby Connect. Share. Trust. www.trustfabric.com +27 82 414 3129 www.arbitraryuser.com tfid: arbitraryuser You have brains in your head. You have feet in your shoes. You can steer yourself any direction you choose. - Dr Seuss -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.