PacktPublishing / Django-4-by-example

Django 4 by example (4th Edition) published by Packt
https://djangobyexample.com/
MIT License
799 stars 461 forks source link

Book code is wrong on chapter 16 pertaining to the ASGI_APPLICATION #38

Closed paula-em-lafon closed 9 months ago

paula-em-lafon commented 1 year ago

I'm goint through the book through the O'Reilly site.

It comes with the follwoing line to add to settings.py

ASGI_APPLICATION = 'educa.routing.application'

But the code on this repository has got:

ASGI_APPLICATION = 'educa.asgi.application'

which works.

zenx commented 9 months ago

Thank you! This was added to the Errata in https://github.com/PacktPublishing/Django-4-by-example/blob/main/README.md #