Re: MultiValueDictKeyError at /Oreo/SignIn/ ('username', None)

2021-04-04 Thread Kasper Laudrup
On 04/04/2021 06.03, Nidhi Vadodariya wrote: > This is not a solution of my error >   It is. Try to read it again. It a solution to this error and similar problems you'll have in the future. It just requires you to do a bit of thinking and work, but I assume you can do that? Kind regards, Kasper

Re: Custom User Model

2021-04-04 Thread Manuel Buri
Hi Amitesh, unfortunately, nothing changed... I mean it is just weird that I am having now those different tables in auth and users app (see picture). I can add and manage groups for auth_group but I would love to manage those via users_account_groups any ideas? Also currently my groups are s

Hi group am new here

2021-04-04 Thread believeme mum007
Please i will be happy to see who will explain well for me concerning the machine -- 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...@goog

Bug when running tests with tags(?) - module level exceptions fail silently, and tests pass

2021-04-04 Thread Cammil Taank
Hello all, I have encountered what I think is very weird behaviour. When I run tests with the --tag option, modules that raise exceptions appear to be silently ignored. Steps to reproduce: 1. Create django app. 2. Add this test module: from django.test import TestCase from django.test import ta

I've a issue in django.

2021-04-04 Thread lite book
I've a issue in Django can anyone help me. https://stackoverflow.com/questions/66938372/what-is-django-function-request-argument -- 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, se

Re: ListView , Need Help !

2021-04-04 Thread ICT Giants Uganda
You can also look into using bootstrap css. On Sun, Apr 4, 2021 at 8:01 AM 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > This is related to front-end coding mi amigo > > Regards, > Amitesh > > > On Sunday, 4 April, 2021, 07:59:53 am IST, Ryan Nowakowski < > tuba...@fa

Storing videos in the cloud in a Picharm workspace with Django

2021-04-04 Thread מוריה יצחקי
Hi I'm doing a project where I need to store a large amount of videos in the cloud I would love the material and recommendations Thank you very much! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

Re: Hi group am new here

2021-04-04 Thread Kasper Laudrup
On 04/04/2021 12.08, believeme mum007 wrote: > > Please i will be happy to see who will explain well for me concerning > the machine > This has to be one of the funniest things I've read here so far. Would anyone happen to know if this is a case of bad machine translation and if so from which la

Re: ListView , Need Help !

2021-04-04 Thread frank galan
Could you show your html and css code ? El dom, 4 abr 2021 a las 16:57, ICT Giants Uganda () escribió: > You can also look into using bootstrap css. > > On Sun, Apr 4, 2021 at 8:01 AM 'Amitesh Sahay' via Django users < > django-users@googlegroups.com> wrote: > >> This is related to front-end codi

Re: Hi group am new here

2021-04-04 Thread frank galan
It is not a translation from spanish at all, may be should came from another language, or it is an incomplete question and he was mean machine learning, could be? El dom, 4 abr 2021 a las 21:24, Kasper Laudrup () escribió: > On 04/04/2021 12.08, believeme mum007 wrote: > > > > Please i will be h

Re: Hi group am new here

2021-04-04 Thread Kasper Laudrup
On 04/04/2021 23.09, frank galan wrote: > It is not a translation from spanish at all, may be  should came from > another language, or it is an incomplete question and he was mean > machine learning, could be? > I hadn't thought about it might be machine learning and the mail was just sent before

Re: Storing videos in the cloud in a Picharm workspace with Django

2021-04-04 Thread מוריה יצחקי
? ב-יום ראשון, 4 באפריל 2021 בשעה 21:29:03 UTC+3, מוריה יצחקי כתב/ה: > Hi > I'm doing a project where I need to store a large amount of videos in the > cloud > I would love the material and recommendations Thank you very much! > -- You received this message because you are subscribed to the Go

Re: Storing videos in the cloud in a Picharm workspace with Django

2021-04-04 Thread Kasper Laudrup
On 05/04/2021 00.20, מוריה יצחקי wrote: > ? > /\_/\ (='_' ) (, (") (") -- 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.co

curva de aprendizaje

2021-04-04 Thread LUIS GABRIEL CORTES JACANAMIJOY
hola buenas soy nuevo en esto, quisiera saber si alguien puede suministrarme información acerca de la curva de aprendizaje de Django, ya que he buscado en las web y no encuentro algo especifico, muchas gracias -- You received this message because you are subscribed to the Google Groups "Django

Re: Storing videos in the cloud in a Picharm workspace with Django

2021-04-04 Thread John Ntambwe
You can store all your files on aws with s3 bucket On Sun, Apr 4, 2021, 7:28 PM מוריה יצחקי wrote: > Hi > I'm doing a project where I need to store a large amount of videos in the > cloud > I would love the material and recommendations Thank you very much! > > -- > You received this message beca

Re: Storing videos in the cloud in a Picharm workspace with Django

2021-04-04 Thread Fedora Linux7
use mega ‪On Mon, Apr 5, 2021 at 2:28 AM ‫מוריה יצחקי‬‎ wrote:‬ > Hi > I'm doing a project where I need to store a large amount of videos in the > cloud > I would love the material and recommendations Thank you very much! > > -- > You received this message because you are subscribed to the Goo

calling self.clean() before super.save()

2021-04-04 Thread Mike Dewhirst
Is it sensible to generally call self.clean() in a model's save() method prior to calling super().save() Until now I have been calling clean() deliberately prior to calling save() but I have a lot of models where save() pre-processes data just prior to calling the model's super().save(*args, *

Re: Storing videos in the cloud in a Picharm workspace with Django

2021-04-04 Thread Kasper Laudrup
On 04/04/2021 21.11, Fedora Linux7 wrote: > use mega  > Pfft. Use tera, or at least giga. Mega is for n00bs! -- 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 dja

Re: Hi group am new here

2021-04-04 Thread believeme mum007
i keep seeing this and hear about it but not much, please will be happy if i could be well training about it On Sun, Apr 4, 2021 at 10:31 PM Kasper Laudrup wrote: > On 04/04/2021 23.09, frank galan wrote: > > It is not a translation from spanish at all, may be should came from > > another langu

Re: curva de aprendizaje

2021-04-04 Thread Gerardo Palazuelos Guerrero
Hola Luis, https://djangoforbeginners.com/ Para mi, ese libro fue de gran ayuda. Saludos, — Gerardo Palazuelos Enviado desde mi iPhone > El 4 abr 2021, a la(s) 17:20, LUIS GABRIEL CORTES JACANAMIJOY > escribió: > > hola buenas soy nuevo en esto, quisiera saber si alguien puede suministra

Re: curva de aprendizaje

2021-04-04 Thread LUIS GABRIEL CORTES JACANAMIJOY
Gracias El El dom, 4 de abr. de 2021 a la(s) 6:50 p. m., Gerardo Palazuelos Guerrero escribió: > Hola Luis, > > https://djangoforbeginners.com/ > > Para mi, ese libro fue de gran ayuda. > > Saludos, > > > — > Gerardo Palazuelos > Enviado desde mi iPhone > > El 4 abr 2021, a la(s) 17:20, LUIS GABR

Re: Hi group am new here

2021-04-04 Thread Kasper Laudrup
On 05/04/2021 01.45, believeme mum007 wrote: > i keep seeing this and hear about it but not much, please will be happy > if i could be well training about it > You keep seeing and hearing what and what will you be well training about? Sorry, but you're not making any sense. Feel free to ask a qu