Multiple databases - syncdb

2010-02-01 Thread Klemens Mantzos
'users': return model._meta.app_label == 'auth' elif model._meta.app_label == 'auth': return False return None class OtherRouter(object): """A router that sets up a simple master/slave configuration""

Re: Multiple databases - syncdb

2010-02-03 Thread Klemens Mantzos
erRouter(object): """A router that sets up a simple master/slave configuration""" ... def allow_syncdb(self, db, model): "Explicitly put all models on all databases." return True any suggestions? thx for your time, klemens On Wed,

lat/long model- and formfield

2010-03-24 Thread Klemens Mantzos
via google. so it would be great if somebody could give me a tip how this can be done properly with django, or point me in the right direction. kthxby, klem -- klemens mantzos http://fetzig.at/ -- You received this message because you are subscribed to the Google Groups "Django users&q