how can I choose option price from checkbox option and calculate the sum.

2015-01-03 Thread rdyact
I want to program to calculate sum of user sleclecion of options with checkbox. Pls help me how to keep away from this suffer. I summarize what I want to do in my attached ppt file.

Display form content instead of object name

2015-01-03 Thread bradford li
I posted a question on stackoverflow regarding creating forms and displaying the content. Right now I am only displaying the object name and location. I am aiming to have it's content and widget displayed but being new to Django I am having trouble =/ I feel the problem resides in beatle field

Re: Django **not responding** when DEBUG = FALSE - No error raised / Apache HTTPError issue (?)

2015-01-03 Thread Mike Dewhirst
On 3/01/2015 10:19 PM, Paul Antropius wrote: Good morning, The production server sends absolutely **no response** when DEBUG is set to FALSE. Browser still waits for a response : no error (neither 404, nor 500) is raised. Minutes later, it ends up with a 503 error. Apache error log reads :

Re: Apache and Djagno

2015-01-03 Thread Mike Dewhirst
On 4/01/2015 3:45 AM, SungHo Park wrote: Hi I have tried to use Django in Apache, but it doesn't work. My Django's version is 1.7.1 so I refered this page. https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/ I'm Korean and

Re: Need some advice on how to go about building a real time web app.

2015-01-03 Thread jonas hagstedt
Yes I am the author of that article. Libraries does make life easier, as long as they are the right libraries for the job. If you are unfamiliar with Angular I would actually recommend not using it. * Angular 2.0 is supposedly not going to be backwards compatible (it actually looks like a

Apache and Djagno

2015-01-03 Thread SungHo Park
Hi I have tried to use Django in Apache, but it doesn't work. My Django's version is 1.7.1 so I refered this page. https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/ I'm Korean and not good at English. But I tried to

Re: Change keys in values dictionary.

2015-01-03 Thread Kristofer Pettijohn
This is a feature request that didn't make it into 1.7: https://code.djangoproject.com/ticket/16735 From: "Lee Hinde" To: django-users@googlegroups.com Sent: Friday, January 2, 2015 7:34:59 PM Subject: Change keys in values dictionary. If I do a query: messages =

Re: Bristol (UK) startup seeks awesome Python/Django engineer

2015-01-03 Thread Cal Leeming
Hi all, For what it's worth, I was the lead engineer on this project and can give some assurance that the code is of decent quality, although there are some modules which could be improved. Sadly I had to move onto a different role for personal reasons, but can personally say that Gleem are a

Re: dashboard for user profile

2015-01-03 Thread Aaron Reabow
Did you ever find anything like this? On Friday, 13 July 2012 03:57:45 UTC+2, psychok7 wrote: > > i there, > i am trying to write a dashboard page to present after user login. i have > been searching google and only found *django-admin-tools . won*dering if > there is something like that for a

Django **not responding** when DEBUG = FALSE - No error raised / Apache HTTPError issue (?)

2015-01-03 Thread Paul Antropius
Good morning, The production server sends absolutely **no response** when DEBUG is set to FALSE. Browser still waits for a response : no error (neither 404, nor 500) is raised. Minutes later, it ends up with a 503 error. Apache error log reads : HTTPError: HTTP Error 404: Not Found trying

Re: wsgi errors lead to 500 launching django on heroku

2015-01-03 Thread Malik Rumi
SOLVED. On Thursday, January 1, 2015 9:17:57 PM UTC-6, Malik Rumi wrote: > > I have a wsgi problem I am hoping you can help me with. I am running > Django1.7 with gunicorn 19.1.1 and wsgiref 0.1.2. I am trying to get this > to run on Heroku. The last error was that it could not find the