Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on February 11, 2025 9:29AM
Likes: 0
Replies: 2
I'm looking for information regarding coding a Django application in Dataiku.
Any information on how to achieve this ?
thanks
Hey, I don't think it's easy to make a django app on top of dataiku. Consequently, it might be interresting to qualifying your needs and evaluate the various alternative dataiku features (dataiku app, dash, streamlit, dataiku rest api or even custom angular app).
Otherwise, I would say you should make a studio code template fit for your django app, with a python environment code for your dependencies. Requires containerization.
How build your code studio template :
From there, you can build your app custome and see how to properly manage the backend through the current project libraries of your custom webapp.
I've never done this directly from dataiku, interesting to get your feedback or comments.🤔
hi thanks for your answer, will let you know when i test this