Re: form problem

2009-10-18 Thread A_Swtos
I made the change but now the following error appears: 'QueryDict' object is not callable On Oct 18, 6:43 pm, "Michael P. Jung" wrote: > First of all may I recommend you to use Django forms: > > http://docs.djangoproject.com/en/dev/topics/forms/ > > > With this method i have the following erro

Re: form problem

2009-10-18 Thread A_Swtos
request.GET['user_text'] >      return render_to_reponse("html",{'user_text':user_text}) > > --rama > On Oct 18, 7:26 pm, A_Swtos wrote: > > > > > I have a form like this: > > > > > Text: > >     > maxlength="20&

form problem

2009-10-18 Thread A_Swtos
I have a form like this: Text: The user can type into the form whatever wants.If i press the button 'submit' i want to go to a page where it appears what i wrote before. Is this possible without saving it into a database? What is the code that you propose? Im new in django and i would l

Re: admin url error

2009-10-12 Thread A_Swtos
Thank you DR for your useful help :) On Oct 12, 2:40 pm, Daniel Roseman wrote: > On Oct 12, 11:28 am, A_Swtos wrote: > > > > > > > I'm new in django and i try to do what tutorial says about activating > > the admin site but i take the following erro

admin url error

2009-10-12 Thread A_Swtos
I'm new in django and i try to do what tutorial says about activating the admin site but i take the following error: IndentationError at /admin/ ('unexpected indent', ('/home/sotathan/mysite/../mysite/urls.py', 4, 1, ' from django.contrib import admin\n')) Request Method: GET Request URL:http