-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: litestar application #392
feat: litestar application #392
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @NewSouthMjos! Can you please put it in its own folder under the 232 lesson, maybe called 'litestar-app'? It's just easier for me not to get mixed up. Also, if you don't mind, could you add the updated Dockerfile? There's less chance that I'll make a mistake.
Or at least add |
Moved to lesson 232. Buy now, litestar-app using python 3.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I'll test it in near future!
Implemented Litestar framework application.
Used all the current implementation of database and memcache.
Litestar can be run with gunicorn too, for example:
gunicorn -w 1 -k uvicorn.workers.UvicornWorker litestar_app:app --bind 0.0.0.0:8000
So, Dockerfile needs to be adjusted