Like I said, I didn't say the problem was from Django. I said it's from Python 3.8 because creating a project with Python 3.7 doesn't produce this traceback.
On Mon, 15 Jul 2019, 13:07 Curtis Maloney, <[email protected]> wrote: > I think you're making an assumption about the cause of the problem, > without evidence. > > Yes, there's an issue shown in that traceback related to middleware, but > I've not seen yet why you've concluded it's creating a settings.py with > MIDDLEWARE_CLASSES. > > I think the problem is more likely some change in Python 3.8 is making the > middleware not initialise, or the detection of what's in the MIDDLEWARE > list is not working. > > Can you elaborate on what evidence you have that the combination of Python > 3.8 and Django 2.2.3 is generating a settings.py with MIDDLEWARE_CLASSES ? > > -- > C > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/5a40defe-8a9c-46cc-b2f1-5cf4fea652b8%40www.fastmail.com > <https://groups.google.com/d/msgid/django-developers/5a40defe-8a9c-46cc-b2f1-5cf4fea652b8%40www.fastmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CA%2BB1BD4atpnwQWiJBEYzGpc5orLcxj8%3DiMU1Y-kc%3DomAfELBZA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
