Replies: 3 comments 1 reply
-
Hi there, Interesting problem. I haven't tried combining Starlite with the Django ORM and frankly have no clue how to do this. As for reloading - you could use uvicorn reloading with watchfiles and watch for file changes. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Interesting read! Can you elaborate on what you see as similarities? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This project combines fastapi with django |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use django's ORM and admin , and use it in conjunction with starlite. But there are some problems that I don't know how to solve, How to auto reload it.
fastapi/fastapi#1495
https://www.uvicorn.org/deployment/#running-programmatically
In addition, I think the design of starlite is very similar to the idea of this article
https://dev.to/xba/data-oriented-programming-is-dope-ma2
Beta Was this translation helpful? Give feedback.
All reactions