Re: Deploying Django

2011-10-27 Thread sakthi
with mod_wsgi. because the 'WSGIScriptAlias' didnt change color( i am using vim). and the other 'Alias' changes color to blue. Is that the problem. Please help. Thankyou :) On Oct 27, 3:19 am, Javier Guerra Giraldez <jav...@guerrag.com> wrote: > On Wed, Oct 26, 2011 at 5:14 PM, sakt

Deploying Django

2011-10-26 Thread sakthi
Hi all, I am running Apache in linux. I need to deploy my django app to it, so i installed mod_python and configured the apache according to it. Then I got an annoying error at the first page, that I couldn't figure out. Please suggest a solution. The error is: ImportError at /gpa No module

Re: Multiple forms with same name.

2011-09-26 Thread sakthi
Thank you. But how to use that. can you please briefly demonstrate in my code that how could i use it in views.py to populate the values. On Sep 26, 11:36 am, Shawn Milochik wrote: > Use the 'prefix' kwarg that comes with Django forms. -- You received this message because

Multiple forms with same name.

2011-09-26 Thread sakthi
In a page i made multiple text forms with the same name. i cannot get the values of all the forms. only the last form's value is available. my html looks like this how can i get the values of all the forms having the same name. Thank you. -- You received this message because you are

retrieving data from list of dictionaries

2011-09-25 Thread sakthi
Hi all. i have a list of dictionaries d=[{'name':'ram','age':'23','place':'chennai'},{'name':'sakthi','age': 20','palce':pune'}] i want to display the name and palce of the two dict in a table. i tried for long but couldn't get. please suggest me how to use the for loop in the html file

Re: if condition in template not working

2011-08-06 Thread sakthi vel
ya it worked. thank you! On Sat, Aug 6, 2011 at 11:07 PM, Thomas Orozco wrote: > In your context you passed your 'lists' object as 'book'. > > So {% if book %} would work, but your current syntax won't. > Le 6 août 2011 19:32, "shakthi" a écrit : >

Re: Import error

2011-07-28 Thread sakthi vel
Ha ha. not needed. i solved my problem. By the way if you want assistance, post me. its absolutely free. On Wed, Jul 27, 2011 at 3:36 AM, bruno desthuilliers < bruno.desthuilli...@gmail.com> wrote: > On 26 juil, 18:59, shakthi wrote: > > i am implementing the django admin

sakthi vel wants to chat

2011-07-24 Thread sakthi vel
--- sakthi vel wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e72469748-eba62e7a5e-OQaf-A6Jt6z-Iqu54VS7yR3VBeg You'll

sakthi vel wants to chat

2011-07-24 Thread sakthi vel
--- sakthi vel wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e72469748-ce2f53a81e-AyTCjE2H_ClA-tZ2i3Y4bhSjqyY You'll

sakthi vel wants to chat

2011-07-24 Thread sakthi vel
--- sakthi vel wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e72469748-6e39a902ab-n-_1E1gwmbOcgJKLAXp0NRNeMjg You'll

sakthi vel wants to chat

2011-07-24 Thread sakthi vel
--- sakthi vel wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e72469748-a48ad574ee-YnQEV0UcMQw7CU24QFTTjds3o4o You'll

sakthi vel wants to chat

2011-07-24 Thread sakthi vel
--- sakthi vel wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e72469748-7437049ad7-2pENWtFFKBdkP0FYA6xUEmU83-c You'll

sakthi vel wants to chat

2011-07-24 Thread sakthi vel
--- sakthi vel wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e72469748-e29984498a-XGHLxxSYz68MlpB--wSARUHKoLk You'll

sakthi vel wants to chat

2011-07-24 Thread sakthi vel
--- sakthi vel wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e72469748-3a04e5caf4-MEBeuUM54wHqCU-4lemEY8c7heQ You'll

sakthi vel wants to chat

2011-07-24 Thread sakthi vel
--- sakthi vel wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e72469748-da4f6b1a76-MU8YRv_ABEtBfEmmViCtjmRaHFI You'll

sakthi vel wants to chat

2011-07-24 Thread sakthi vel
--- sakthi vel wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e72469748-357ca37137-_wdFyN1vNj-Z1U4I4NuwqzgIjzY You'll

Re: __init__ got unexpected argument

2011-07-21 Thread sakthi vel
Thank you! On Thu, Jul 21, 2011 at 8:52 PM, Alex Hall wrote: > The word you want is max_length, not maxlength (note the underscore). > Try changing to max_length and it should run. > > On 7/21/11, shakthi wrote: > > while executing the following model i