First for everyone reading, it's important to note that Python 3.8 hasn't been released yet.
Secondly, a new project in current Django will not emit "MIDDLWARE_CLASSES" in a new settings file. Could you explain how you determined something had "changed" the setting? Could you also provide details on how manage.py fails? Perhaps a traceback? -- Curtis On Mon, 15 Jul 2019, at 20:57, Ehigie Aito wrote: > Creating a project with Python 3.8 and Django 2.2.3, the MIDDLEWARE variable > in the (link: http://settings.py) settings.py <https://t.co/fTzvJic63e?amp=1> > file is changed to MIDDLEWARE_CLASSES which makes running this command: > '(link: http://manage.py) manage.py <https://t.co/Py5EP1FZWb?amp=1> > runserver' fail. Can anyone kindly try to reproduce this error? > > -- > 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/2b4a4bf0-1fec-43b6-8c8e-88569eb57e45%40googlegroups.com > > <https://groups.google.com/d/msgid/django-developers/2b4a4bf0-1fec-43b6-8c8e-88569eb57e45%40googlegroups.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/f5c649ee-7e01-488a-afcd-ab4faf5da1d5%40www.fastmail.com. For more options, visit https://groups.google.com/d/optout.
