Django app #528
Replies: 4 comments 3 replies
-
Yes, it would not be trivial. But there are a lot of Django users out there. If someone wants to tackle it we could support with know-how transfer. |
Beta Was this translation helpful? Give feedback.
-
Any follow up to this? |
Beta Was this translation helpful? Give feedback.
-
There is a Reddit post about Django 5.0 becoming more ASGI (async/await) which allows for better integration with NiceGUI/FastAPI. |
Beta Was this translation helpful? Give feedback.
-
I discovered https://github.com/rexsum420/django-nice that requires 2 different server for the ports but it is not very good documented. Right now I was able to get everything including getting the data from django but it is not ver easy to understand from the readme compared to the code. |
Beta Was this translation helpful? Give feedback.
-
Great work with NiceGUI! It's a fantastic balance between high-level and low-level to make guis in python!
I also love that you can incorporate it into an existing fastapi app which would have things like authentication already built in.
I was curious if there was any plan to create a django addon/app for this? It would require divorcing from fastapi, so the code model may have to change a bit (core vs ...), so I'm guessing it wouldn't be trivial.
Beta Was this translation helpful? Give feedback.
All reactions