Re: TypeError at /register User() got unexpected keyword arguments: 'name1', 'name2', 'country'

2023-03-30 Thread Alex Sonar
Hi Ebenezer, Could I ask you to show the content of the model file, please? On Thursday, March 30, 2023 at 5:21:06 AM UTC+3 Ebenezer Otchere wrote: > I am trying to collect user information and save in my database but i keep > getting this error > and i dont know the way around it so help me

The problem of versioning a large project.

2023-03-29 Thread Alex Sonar
The problem of versioning a large project. Hi guys, I really got stuck with the challenge, with the design of versioning for a large project. Now we have organized versioning, where our project is divided into separate GIT repositories which are created for each application. The new

Re: Dear participants of Django Users Group, could you take part in our survey, please?

2023-01-24 Thread Alex Sonar
Hey folks When rushing with adding new features it is easy to forget something or loose the big picture. Why not just ask what are the common issues that Django developers have faced? Like most of the solutions we are searching for. Like: tons of filtering issues, queries and sub-queries,

Re: How to access the value of a field that failed validation

2023-01-02 Thread Alex Sonar
Hi Noel! Have you looked at the problem in context CSRF Protection? Please check it out - How to use Django’s CSRF protection https://docs.djangoproject.com/en/4.1/howto/csrf/ It might be as a solution... On Monday, January 2, 2023 at 3:27:01 AM UTC+3 Noel Duffy wrote: > I'm new to