Compare commits

..

No commits in common. "81a6531d372bebbc11b8452caac29aaa50c7c5c0" and "532277dc27d31f655b00b0c2fbedbfb9c8778038" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -34,9 +34,6 @@ dependencies = [
[project.entry-points."wutta.config.extensions"]
"{{cookiecutter.package_name}}" = "{{cookiecutter.package_name}}.config:{{cookiecutter.__studly_prefix}}Config"
[project.entry-points."wutta.web.menus"]
"{{cookiecutter.package_name}}" = "{{cookiecutter.package_name}}.web.menus:{{cookiecutter.__studly_prefix}}MenuHandler"
# [project.urls]
# Homepage = "https://example.com/"

View file

@ -37,6 +37,6 @@ def make_wsgi_app():
def make_asgi_app():
"""
Make and return the ASGI app (generic entry point).
Make and return the ASGI app.
"""
return base.make_asgi_app(main)