No reverse match at /

2021-07-06 Thread Bhanu prasad Ch
I had a problem in passing special characters in Charfield in DB of Django. Is that possible to pass special characters in CharField DB? GitHub Issue -- You received this message because you are subscribed to the Google Groups "Django users"

Re: How can I pass input value to view function without forms

2021-05-27 Thread Bhanu prasad Ch
> Greetings > > 2021-05-25 0:57 GMT-04:00, Bhanu prasad Ch : > > Hello everyone, > > Please help me out in understanding how to pass the redirected view > > with some arguments like userid to connect the URLs in Django > > [image: Screenshot_2.png][image: Screens

How HttpResponseRedirect works

2021-05-25 Thread Bhanu prasad Ch
Hello everyone, Please help me out in understanding how to pass the redirected view with some arguments like userid to connect the URLs in Django [image: Screenshot_2.png][image: Screenshot_3.png] When I am doing this way it is redirecting to the self page that is login. But I need the

Learn_Master_Django

2019-06-23 Thread akash bhanu Tiwari
I want to learn and to be master in Django. But the official documentation was so hard to understand. Please give me some link, suggestions.. please need urgent.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

request

2016-11-27 Thread Bhanu jamwal
i am new to it please let me know the aims and steps regards Bhanu -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@google

Copy table data in moodels in django project

2015-11-08 Thread Bhanu Kathuria
I have crawled some data and stored it in table using phpmyadmin. How can I copy that data in a model in my djangoproject. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send

Fetching data in Django project

2015-10-07 Thread Bhanu Kathuria
By scrapping I have collected database from other website. How can I show it in my Django project. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Finding average

2015-10-02 Thread Bhanu Kathuria
I have attached my model files and template files. Please tell how can i find avg of rating for a particular college. In current format it is displaying rating of all colleges correctly. Along with this I also want to add avg ratings for college. I have used foriegn key in this. -- You

csrf token

2015-09-30 Thread Bhanu Kathuria
What is the use of csrf token in forms? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send

Re: Foriegn key error--> no such column: eduplus_choice.question_id

2015-09-30 Thread Bhanu Kathuria
Thank you . I found the solution to my problem.I didn't use syncdb command before applying foriegn key. On Wed, Sep 30, 2015 at 9:43 PM, Gergely Polonkai <gerg...@polonkai.eu> wrote: > Did you run your migrations? > On 30 Sep 2015 15:35, "Bhanu Kathuria" <001kathu

Foriegn key error--> no such column: eduplus_choice.question_id

2015-09-30 Thread Bhanu Kathuria
Settings,admin and model file are attached. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group,

Foreign key in sqlite3

2015-09-30 Thread Bhanu Kathuria
I am using sqlite3 database. How can I add foreign key between two tables. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Django Live Site to Localhost (Testing)

2015-08-20 Thread bhanu
all requirements (Python 2.7, Pip, Mysql, Django), and able to create a new project and run the server. How do I configure and run the downloaded site now? Your help is highly Appreciated. Thanks, Bhanu. -- You received this message because you are subscribed to the Google Groups "D