Re: DeleteView in Django4.0 does not call .delete() method

2021-11-04 Thread Eugene Prikazchikov
Filed a bug - https://code.djangoproject.com/ticket/33263 On Wednesday, November 3, 2021 at 4:01:31 PM UTC+3 Eugene Prikazchikov wrote: > Hi there, > > I am giving a try to Django 4.0 on one of my projects and I see that > DeleteView does not call .delete() method anymore. Instead, it only call

How to approach

2021-11-04 Thread Trippy Samurai
Hi there, I am new to django and have a problem statement am not quite sure how to approach this,Please help me, Phase 1 Objectives: 1. Use the existing project setup you have already created You may completely reset Django models/database/codebase if needed but make sure you keep c

Re: How to approach

2021-11-04 Thread Aashish Kumar
It’s very easy to perform in Django do it yourself On Thu, 4 Nov 2021 at 7:29 PM, Trippy Samurai wrote: > Hi there, > I am new to django and have a problem statement am not quite sure how to > approach this,Please help me, > > > Phase 1 Objectives: > >1. Use the existing project setup you ha

Re: How to approach

2021-11-04 Thread Kasper Laudrup
On 04/11/2021 14.54, Trippy Samurai wrote: Hi there, I am new to django and have a problem statement am not quite sure how to approach this,Please help me, I think you should approach it just as it has been described, i.e. one step at a time. Kind regards, Kasper Laudrup -- You received

Re: How to approach

2021-11-04 Thread Sebastian Jung
Hello, Take a beginner guide like django girls tutorial. Then begin with your task step for step. It exists many turorials how to build login page with django etc.pp. and when you have a specific Problem then write and i think most of us can help you. Regards Trippy Samurai schrieb am Do., 4. N

Re: How to approach

2021-11-04 Thread Robin Riis
i agree with kasper, but one tip is to start with the user class. check out django.contrib.auth.base_user Den tors 4 nov. 2021 kl 18:36 skrev Kasper Laudrup : > On 04/11/2021 14.54, Trippy Samurai wrote: > > Hi there, > > I am new to django and have a problem statement am not quite sure how to >