django form

2021-11-15 Thread fawemimo olawale
How can relate this in model and view because form is meant for one person The BankDetail and BeneficiaryDetail are meant for customer Customer Detail title surname first_name other_name phone email_address_1 address_line_1 mean_of_identification (this is a choicefield) identification_number pfa

Re: Handling url in class based views.

2021-11-15 Thread Aadil Rashid
Thank you very much Pankaj Palmate, I really appreciate it. I have tried using def get(self, request, *args, **kwargs) but This method is not been invoked, Actually the thing is that, I am calling this ClassBasedView by an anchor tag, which passes URL to this link and I need to get the information

Re: Handling url in class based views.

2021-11-15 Thread pankaj palmate
Also request in def get itself On Tue, 16 Nov, 2021, 9:40 am pankaj palmate, wrote: > def get(self, pk, *args,**kwargs ) : > ...body.. > > On Tue, 16 Nov, 2021, 2:57 am Aadil Rashid, > wrote: > >> Hello my dear Friends, I have a question regarding Class Based Views. >> >> If

Re: Handling url in class based views.

2021-11-15 Thread pankaj palmate
def get(self, pk, *args,**kwargs ) : ...body.. On Tue, 16 Nov, 2021, 2:57 am Aadil Rashid, wrote: > Hello my dear Friends, I have a question regarding Class Based Views. > > If we have a url e.g, > path('item//', views.funView) > > We can handle it in Function Based Views,

Handling url in class based views.

2021-11-15 Thread Aadil Rashid
Hello my dear Friends, I have a question regarding Class Based Views. If we have a url e.g, path('item//', views.funView) We can handle it in Function Based Views, By simply def funView(request, slug) : #logic return render(request, "tempName") We can even pass this slug as a co

Re: How to approach

2021-11-15 Thread Zaid Ullah
Sir I am also beginner in Django and i also want to create login, sign in file but i don't know how to do it...if you did successfully please send me the code i will learn from it and make one another by self... Thanks On Monday, November 15, 2021 at 8:47:50 PM UTC+5 Trippy Samurai wrote: > Hi

Re: How to approach

2021-11-15 Thread Kasper Laudrup
On 15/11/2021 20.13, Trippy Samurai wrote: The conclusion is that i have 8 html pages  4 for developer and 4 for manager which have slight changes in the table headers i.e Opened,accepted.completed,closed, aftter using listview all of them come into one html file because of one model i need the

Re: How to approach

2021-11-15 Thread Trippy Samurai
The conclusion is that i have 8 html pages 4 for developer and 4 for manager which have slight changes in the table headers i.e Opened,accepted.completed,closed, aftter using listview all of them come into one html file because of one model i need them to display accordingly with respect to ea

Re: Celery & Docker Setup

2021-11-15 Thread Gabo LaTo
Try following the instructions here: https://docs.celeryproject.org/en/stable/django/first-steps-with-django.html And Let us know when you are stucked and where did you get stucked. I recommend sharing your code with a github link instead of writing as part of the email. It's easier for us to read

Re: How to approach

2021-11-15 Thread Gabo LaTo
Hi Trippy. Be more specific about what part is causing you troubles El jue, 4 de nov. de 2021 a la(s) 10:59, Trippy Samurai ( someshkandukuri...@gmail.com) escribió: > Hi there, > I am new to django and have a problem statement am not quite sure how to > approach this,Please help me, > > > Phase

Join Two fields during Import

2021-11-15 Thread Yogesh Pawar
Hello Team, I am importing a CSV file from the admin panel, during import I Want to Create a Unique ID by combing other three to four fields and storing it into the id column how to combine columns during import of CSV or excel Thanks and Regards -- You received this message because you