Re: Access to refering objects befor save

2013-01-16 Thread scaphilo
Found a solution in django 1.4 https://docs.djangoproject.com/en/1.4/ref/contrib/admin/ and one for django 1.3 http://igorsobreira.com/2011/02/12/change-object-after-saving-all-inlines-in-django-admin.html Am Donnerstag, 17. Januar 2013 06:23:35 UTC+1 schrieb scaphilo: > > Hi > >

Access to refering objects befor save

2013-01-16 Thread scaphilo
Hi I would like to overwrite the save_model function of a model. During this save i need to have access to some refering models wich are also newly created with (admin.TabularInline). The post save method of accessing these would be: allReferingObjects =

Re: Django CRM Tool

2013-01-15 Thread scaphilo
Hi Well this thread is a bit outdated but as you have not had any answers yet. Insted of starting from scratch you could perhaps start with www.koalix.org https://github.com/scaphilo/koalixcrm Its open source and under BSD licsense. So you can use it, modify it and sell it. Am Samstag, 2

Re: Any good Open Source Django-Based CRM's ?

2013-01-15 Thread scaphilo
Hi Perhaps koalixcrm is something for you, its open source and below BSD license www.koalix.org https://github.com/scaphilo/koalixcrm It offers less functionality then vTiger or SugerCRM but perhaps you want to start with something small. You can find a demo of the koalixcrm here: demo<h