Changeset 4a983f6 in theo
- Timestamp:
- 11/21/2022 10:56:34 PM (2 months ago)
- Branches:
- master
- Children:
- bb68e27
- Parents:
- 64a2b05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
theo/web/app.py
r64a2b05 r4a983f6 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-202 0Lance Edgar5 # Copyright © 2010-2022 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 92 92 93 93 return pyramid_config.make_wsgi_app() 94 95 96 def asgi_main(): 97 """ 98 This function returns an ASGI application. 99 """ 100 from tailbone.asgi import make_asgi_app 101 102 return make_asgi_app(main)
Note: See TracChangeset
for help on using the changeset viewer.