[no subject]

2020-03-31 Thread fahad rasool
I am having a user model ( which include username,user email and password) and have another model user_detail . I want to add username column to user_ detail and want to show the details of that username who have logged in and filled the details.. How can i do this? -- You received this message

[no subject]

2020-04-27 Thread fahad rasool
How to retrieve data from database and display on web page ,example i want to display the details of the user on a web page which he has entered in a form which is stored in database. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

[no subject]

2020-05-04 Thread fahad rasool
In my django project ,when a user sign up, a form is redirected to fill user information,further iam displaying this info on other page ,but whats happening is when i am dislaying the information of the current user who had logged in ,information of all users is displayed who had been signed up

Re: Re:

2020-05-04 Thread fahad rasool
On Mon, 4 May 2020, 12:47 am Motaz Hejaze, wrote: > first remove all whitespaces in urls.py > > ' login' should be 'login' > > and then rename your login view to something else , maybe custom_login , > or put your app urls before admin panel urls > > On Sun, May 3, 2020

Re:

2020-05-04 Thread fahad rasool
No man than also it shows same behaviour On Tue, 5 May 2020, 12:50 am Ernest Thuku, wrote: > It means you have put remember password on in your browser settings..so > the information that you have registered in a form from a user will be > displayed. > > On Mon, May 4, 2020, 21:

[no subject]

2020-05-04 Thread fahad rasool
I am working on project which is a diet planner,for that a user have to signup ,fill a form and them meal plan is generated,in that i have made two groups one for admin and other for customer,now i am unable to retroeve data of the customer who is logged in. -- You received this message because

[no subject]

2020-05-05 Thread fahad rasool
Can someone tell that how to perform an operation ,for example we retreive two numbers from database and want to add them and display on template in django -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

[no subject]

2020-05-06 Thread fahad rasool
I want to ask that i am working on django platform on a project ,which is basically an system that generates a diet plan for user.. The flow is that a user has to register and sign up after registration, a form (userinfo form )is to be filled by user,on basis of which diet plan is generated. Now

Re: Please help me while i am connecting mysql database to django lroject iam getting following error

2020-03-22 Thread fahad rasool
Thanks brother it really works!!☺️ On Sun, 22 Mar 2020, 10:54 pm Motaz Hejaze, wrote: > There is a leading space in ' localhost'.. > Remove it > > On Sun, 22 Mar 2020, 6:59 pm fahad rasool, > wrote: > >> Please help me while i am connecting mysql database to djang

Re:

2020-05-03 Thread fahad rasool
Than also it is not working On Sun, 3 May 2020, 7:44 pm 'Amitesh Sahay' via Django users, < django-users@googlegroups.com> wrote: > it should be *return redirect('login')* > > please check > > On Sunday, 3 May, 2020, 07:34:11 pm IST, fahad rasool < > rasoolfahad...@gma