how can I make a Django app in Dataiku ?

I'm looking for information regarding coding a Django application in Dataiku.
Any information on how to achieve this ?
thanks
Answers
-
Grixis PartnerApplicant, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 103 ✭✭✭✭✭✭
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