Re: crm app

2014-06-27 Thread Mike Dewhirst
Thanks Kelvin. It looks good at first glance. Do you know if Django-CRM is suitable for an end user? Mike On 28/06/2014 2:05 PM, Kelvin Wong wrote: If you don't want to help the fellow when he runs into issues, give him a supported product like Zoho CRM. It is free for 3 users. I'm currently

Re: django user authenication form in modal form twitter bootstrap

2014-06-27 Thread sarfaraz ahmed
i am using attribute to call modal popup. Should I use JS and try. I would give a try and let you know. Thanks in advance, Sarfaraz Ahmed On Sat, Jun 28, 2014 at 6:09 AM, Mario Gudelj wrote: > Sounds like you have a js issue now. Have a look inside chrome console for > any errors and fix them.

Re: crm app

2014-06-27 Thread Kelvin Wong
If you don't want to help the fellow when he runs into issues, give him a supported product like Zoho CRM. It is free for 3 users. I'm currently reviewing Tree.io for a client and while it looks nice, it uses Piston (abandonware), Jinja (unnecessary), Dajaxice (a bad idea generally). I wouldn't

crm app

2014-06-27 Thread Mike Dewhirst
I have a non-technical colleague who needs a fairly simple CRM system. SugarCRM Community Edition is overkill. Django packages doesn't have a CRM category so I wonder if anyone has anything which might be in production? I could install and configure for him but he is definitely in the end-us

Re: Questions about Django email packages.

2014-06-27 Thread Chen Xu
Basically what I want to do for now, is just being able to send an email for example: a registration confirmation email, but later on, I might need to send emails in a monthly basis, or whenever we have some new features coming up, kinda like a scheduled email sendings. On Fri, Jun 27, 2014 at 8:

Re: Questions about Django email packages.

2014-06-27 Thread Some Developer
On 27/06/2014 20:05, Chen Xu wrote: Hi Everyone, Any recommendations on Django email packages? Recently, I started looking at django-sitemessage, which looks pretty good to me. I wonder how it does comparing to others. Thanks -- ⚡ Chen Xu ⚡ -- What exactly do you want to do with this emai

Re: django user authenication form in modal form twitter bootstrap

2014-06-27 Thread Mario Gudelj
Sounds like you have a js issue now. Have a look inside chrome console for any errors and fix them. Modal not coming up wouldn't be a django issue. On 28/06/2014 5:41 am, "sarfaraz ahmed" wrote: > Hello, > > You were absolutely right.. the function was wrong. Please help me sort > out that.. as t

Re: GeoDjango/PostGIS installation issues

2014-06-27 Thread Alex Mandel
On 06/27/2014 02:13 PM, Alex Mandel wrote: > On 06/27/2014 01:47 PM, Ben Dean wrote: >> I'm stymied on installing GeoDjango with Postgres9.3 on Ubuntu. I've posted >> the details here >> , >> >> so any help

Re: GeoDjango/PostGIS installation issues

2014-06-27 Thread Alex Mandel
On 06/27/2014 01:47 PM, Ben Dean wrote: > I'm stymied on installing GeoDjango with Postgres9.3 on Ubuntu. I've posted > the details here > , > > so any help would be appreciated and I can promise you all th

GeoDjango/PostGIS installation issues

2014-06-27 Thread Ben Dean
I'm stymied on installing GeoDjango with Postgres9.3 on Ubuntu. I've posted the details here , so any help would be appreciated and I can promise you all the internet points I'm capable of distributing! -

Translations

2014-06-27 Thread Joris
Dear all, I'm trying to get the translations to work. After running makemessages I find about 2500 items in the .pot file, not even 100 of which are of my app. Most of them are from the "localflavor" package, also from "django/contrib/admin" or even the names of the months from "django/util

Re: django user authenication form in modal form twitter bootstrap

2014-06-27 Thread sarfaraz ahmed
Hello, You were absolutely right.. the function was wrong. Please help me sort out that.. as this your suggestion took me one step close to fix this issue. Now the scenario is like this *views.py *has this function to render my login.html -- @csrf_protect d

Questions about Django email packages.

2014-06-27 Thread Chen Xu
Hi Everyone, Any recommendations on Django email packages? Recently, I started looking at django-sitemessage, which looks pretty good to me. I wonder how it does comparing to others. Thanks -- ⚡ Chen Xu ⚡ -- You received this message because you are subscribed to the Google Groups "Django use

Re: Syntax highlighting using vim

2014-06-27 Thread carlos
maybe read this https://code.djangoproject.com/wiki/UsingVimWithDjango or install this plugin https://github.com/yodiaditya/vim-pydjango cheers On Fri, Jun 27, 2014 at 4:04 AM, Christopher Schenk < christopher.sch...@gmail.com> wrote: > >

Returning submitted formset data to the template for further editing

2014-06-27 Thread Daniele Procida
As far as I can tell, there doesn't seem to be an easy way to do this: 1. bind POST data from the request to a formset 2. loop over the forms in the formset 3. for each form, manipulate some of the form data 4. return the manipulated form data to the template 5. in the template, have useful a

Re: Best Django apps/extensions

2014-06-27 Thread Jorge Andrés Vergara Ebratt
I thinks it depends a lot on the project, but for almost every project I use South to manage my DB migrations, Pillow to handle images and rest framework to make my APIs On Jun 27, 2014 7:22 AM, "Greg Niewisiewicz" wrote: > Hi, > > I'm working on a short guide about setting up a new Django projec

Best Django apps/extensions

2014-06-27 Thread Greg Niewisiewicz
Hi, I'm working on a short guide about setting up a new Django project. I'd like to ask you for apps that you think are indispensable in every project (e.g. south or django-debug-toolbar). What are your favorite apps/extensions that you install in most of your projects? Best regards -- Greg Niew

Re: [ANNOUNCE] Django 1.7 release candidate 1

2014-06-27 Thread cercatrova2
On 27/06/14 11:16, James Bennett wrote: On Fri, Jun 27, 2014 at 3:12 AM, cercatrova2 wrote: "FastCGI support via the runfcgi management command will be removed i

Re: How to store/model reachable data in django.

2014-06-27 Thread Tom Evans
On Thu, Jun 26, 2014 at 2:28 AM, Mario Gudelj wrote: > You don't want to use a csv. Store them in a db table cell. Even if you have > a million entries you'll be surprised how quick it will be. Another option is RRD (Round Robin Database), which is designed for collecting (and dropping) samples i

Syntax highlighting using vim

2014-06-27 Thread Christopher Schenk
Hi everybody. I have recently started to use django and I really enjoy it. However, I can't seem to achieve the optimal syntax highlighting using vim. I inst

Re: [ANNOUNCE] Django 1.7 release candidate 1

2014-06-27 Thread James Bennett
On Fri, Jun 27, 2014 at 3:12 AM, cercatrova2 wrote: > "FastCGI support via the runfcgi management command will be removed in > Django 1.9. Please deploy your project using WSGI." > > Why does the documentation *persist* in confusing FastCGI with WSGI? > This does not confuse them (if it were con

Re: How to display image in template

2014-06-27 Thread Phang Mulianto
Hi, The image i assume you upload to media folder . Make sure your media folder accessible by webserver which serving static files. To use in template just use the html img src='urltoimage' , and use media_url context variable to not hardening the url. Mulianto http://muliantophang.blogspot.co

How to display image in template

2014-06-27 Thread Ram Ganesh
I started learning Django and I'm trying to build a photo app. this app merging uploaded images and rendering. I have merged Images with PIL and save the image in accessible file system. Now I'm stuck with this, -How do I displaying merged new Image, -How to serve merged new Image files in my Te

Re: [ANNOUNCE] Django 1.7 release candidate 1

2014-06-27 Thread cercatrova2
On 27/06/14 03:43, James Bennett wrote: We're closing in on the final Django 1.7 release, so it's release-candidate time! Details are up on the Django project blog: https://www.djangoproject.com/weblog/2014/j

Re: django user authenication form in modal form twitter bootstrap

2014-06-27 Thread sarfaraz ahmed
Hello Roman, Thanks for response. Tried what you suggested me. The modal does not even pop up if I used the code mentioned in your reply. Regards, Sarfaraz Ahmed On Fri, Jun 27, 2014 at 12:09 PM, Roman Klesel wrote: > I think the view function is wrong. > > This should do: > > from django.vie