Re: abc

2011-06-09 Thread jaspreet kaur
k thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this g

poll problem

2011-06-13 Thread jaspreet kaur
hii... i am new to django. I am doing poll application can anybody tell what is the meaning of following and how to do that "just edit the file and replace the generic Django text with your own site's name as you see fit." -- You received this message because you are subscribed to the Google Gro

NoReverseMatch at /polls/1/vote/

2011-06-13 Thread jaspreet kaur
I am doing poll application at last stage i got an error : Reverse for 'polls/poll_results' with arguments '()' and keyword arguments '{'object_id': 1L}' not found. please help me -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: poll problem

2011-06-13 Thread jaspreet kaur
> > thanks a lot -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visi

generic views

2011-06-13 Thread jaspreet kaur
hii i am doing poll application at last step how to replace index(), detail() and results() views by generic view also tell me what is generic view thanks in advance -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e

poll problem

2011-06-13 Thread jaspreet kaur
Hello everyone, my polls application is completed. Admin part of the polls application is running successfully but I am facing the following error in the User part at the last, after select a choice & click on the vote button. NoReverseMatch at /polls/3/vote/ Reverse for 'polls.views.results' wi

poll application problem

2011-06-13 Thread jaspreet kaur
when i reached at last step of poll app i got an error error:TemplateDoesNotExist at /polls/1/ detail.html, polls/poll_detail.html pleasehelp me -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@

django problem

2011-06-20 Thread jaspreet kaur
hii everyone i am new to django i am doing application of django please tell me how to place mytemplates folder in template path of django means what is the meaning of template path of django -- You received this message because you are subscribed to the Google Groups "Django users" group. To po

[no subject]

2011-06-20 Thread jaspreet kaur
hii everyone ... i want to run an application and i have a documentation of the application localhost is working but localhost/django is not working it shows an error:Forbidden You don't have permission to access /django on this server. Apache/2.2.16 (Ubuntu) Server at localhost Port 80 please he

Re: django problem

2011-06-20 Thread jaspreet kaur
Herman ,thanks a lot -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options,

admin problem

2011-06-27 Thread jaspreet kaur
I am a newbie and I am facing a problem while starting the django project. When I type "django-admin.py startproject mysite",it shows the error that "admin.py command not found". Please help me solving this problem. -- You received this message because you are subscribed to the Google Groups "Dj

Re: admin problem

2011-06-28 Thread jaspreet kaur
@JP De Villiers Thanks, my problem has been solved :) > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr..

cropping of an image

2011-07-07 Thread jaspreet kaur
Hello everyone I want the code for including an image with crop feature. Please help me Thanks in advance Jaspreet -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe

Re: error on django-admin.py startproject

2011-07-07 Thread jaspreet kaur
Your problem is solved or not? On Fri, Jul 8, 2011 at 12:39 AM, Phil wrote: > > Thanks for advice everyone. > > I had installed python2.7 the normal way using "wget > http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2"; > > I am reading up a bit more on it and will give it another go hopeful

Re: cropping of an image

2011-07-07 Thread jaspreet kaur
On Fri, Jul 8, 2011 at 2:01 AM, Jonas Geiregat wrote: > > >> >> I want the code for including an image with crop feature. > > Django doesn't come with any image handling libraries. > I've done this before and have used PIL (Python Image Library) for it. > > It might be advised to use this in combi

Crop feature in django application

2011-07-29 Thread jaspreet kaur
I want to add crop option in Django application i followed the link: http://code.activestate.com/pypm/django-image-cropper/ By following the steps given in the link, it doesnot give any effect on application Is there more steps to do for adding crop feature Thanks -- Jaspreet -- You received th

Re: Template syntex error

2011-07-29 Thread jaspreet kaur
My problem is solved -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options,

Re: Template syntex error

2011-07-29 Thread jaspreet kaur
On Fri, Jul 29, 2011 at 2:52 PM, nicolas HERSOG wrote: > How did u solve it ? There was an error in urls.py file Following was missing in the file: (r'^accounts/', include('userprofile.urls')), -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: about django

2011-07-29 Thread jaspreet kaur
On Fri, Jul 29, 2011 at 8:51 AM, Phang Mulianto wrote: > welcome to the club. ... > start with the documentation like others said, then more deep buy a book for > reference, then create a pilot project... Please tell me about pilot project. What is it? > On Jul 29, 2011 10:08 AM, "Harjot Gill" w