Re: poll problem

2011-06-14 Thread mattym
Scroll down to the second answer by Paolo.
That should lead you in the right direction.

http://stackoverflow.com/questions/625047/django-newbie-reverse-not-found


On Jun 13, 11:04 pm, jaspreet  wrote:
> 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' with arguments '(3L,)' and keyword
> arguments '{}' not found.
>
> please help me to solve this problem.

-- 
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 group at 
http://groups.google.com/group/django-users?hl=en.



poll problem

2011-06-14 Thread jaspreet
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' with arguments '(3L,)' and keyword
arguments '{}' not found.

please help me to solve this problem.

-- 
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 group at 
http://groups.google.com/group/django-users?hl=en.



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' with arguments '(3L,)' and keyword
arguments '{}' not found.

please help me to solve this problem.

-- 
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 group at 
http://groups.google.com/group/django-users?hl=en.



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, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: poll problem

2011-06-13 Thread vikalp sahni
This is for Admin functionality of django.

It basically tells about how to replace 'Django Administration' or 'Django'
keyword from admin pages to '' to basically personalize the
look and feel of django admin pages.

Though this is just a UI related change which will not effect the
functionality of application.

Regards,
//Vikalp

On Mon, Jun 13, 2011 at 9:46 PM, jaspreet kaur  wrote:

> 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 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 group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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 group at 
http://groups.google.com/group/django-users?hl=en.



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 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 group at 
http://groups.google.com/group/django-users?hl=en.