Skip to content

Example app should default to debug=True #18

@pauleveritt

Description

@pauleveritt

The example doesn't work out-of-the-box, as changes aren't reloaded. IMO, this line in examples/server/settings.py should default to True:

DEBUG = config("DEBUG", cast=bool, default=False)

As background, I was working very slowly on writing just this very thing: a reloader more sophisticated/performant than livereload, based on the watchgod changeset approach, in Starlette. But learning asyncio was really slowing me down. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions