Re: Full text search available on PostgreSQL?

2014-06-29 Thread Anssi Kääriäinen
On Saturday, June 28, 2014 7:15:05 PM UTC+3, Bastian Kuberek wrote: > > Hi, > > Just saw that django.contrib.admin.ModelAdmin.search_fields > > full > text search only support MySQL. > > Are

Django Contacts

2014-06-29 Thread Lachlan Musicman
Hi All, I am looking for a contact manager app. I've found Django-contacts, but there are a number of more forks - I was wondering what people are using? cheers L. -- The idea is that a beautiful image is frameable. Everything you need to see is there: It’s everything you want, and it’s very p

Re: admin ViewDoesNotExistError

2014-06-29 Thread Andrew Choi
Martin, Perhaps try copying over the folder configuration from the non-error-triggering project and try to continue from there. Also, perhaps permissions are to blame? Andrew On Sunday, June 29, 2014 2:22:11 AM UTC+9, Martin Spasov wrote: > > Hello guys, I am following the Tango with Django tu

Re: Update user and user profile same form

2014-06-29 Thread Andrew Choi
Henrique, It looks like what you're looking for is a formset: https://docs.djangoproject.com/en/1.6/topics/forms/formsets/ Andrew On Saturday, June 28, 2014 11:28:35 PM UTC+9, Henrique Oliveira wrote: > > Hi Guys, > > I have this model: > > class Member(models.Model): > user = models.OneToO

Re: crm app

2014-06-29 Thread Andreas Schosser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike > I'm also interested django-cms for another project so thank you for > steering me in that direction. Unfortunately i didn't read your first post thoroughly enough. I am using django-cms (content management system) not django-crm (customer r

Re: The Django 1.7 tees!

2014-06-29 Thread Sithembewena Lloyd Dube
Hi Russell, I hope you are well. As it turned out, my order was never received (I never got the confirmation emails in question). Is there the slightest possibility that you could start a *final* TeeSpring campaign for the final release of 1.7? I see that RC1 is out. Any concession would be hugel

Re: crm app

2014-06-29 Thread Mike Dewhirst
Andreas I'm also interested django-cms for another project so thank you for steering me in that direction. Cheers Mike On 28/06/2014 10:59 PM, Andreas Schosser wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike Do you know if Django-CRM is suitable for an end user? I have set

Re: django user authenication form in modal form twitter bootstrap

2014-06-29 Thread sarfaraz ahmed
The issue is almost resolved. The only problem now I am facing is when I include login function which provides form with csrf token. The bootstrap modal forms dissappear immediately after is comes on screen. If I do not include this url using data-remote option the modal comes. But without csrf

Re: crm app

2014-06-29 Thread Mike Dewhirst
On 28/06/2014 6:18 PM, Phang Mulianto wrote: have a look of openerp which have crm on the package.. Thanks Phang - I discovered the CRM comparison on wikipedia which lists a couple of Django CRMs ao I'll check openERP and the others. it has cloud offer also, and is still free for a few use

Re: crm app

2014-06-29 Thread Mike Dewhirst
On 29/06/2014 2:45 AM, Kelvin Wong wrote: I've not used Django-CRM. I've used Salesforce in the past, but it is even more overkill than SugarCRM. It is incredibly flexible though. It depends on what your client's requirements are. Keep in mind what they are going to do for on-going support (bac