On 13/03/2021 06.02, GEETHANJALI S P wrote:
> Hi..
> https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/Python 
> <https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/Python>
>

I see. This looks like some sample code intended to be used for
inspiration on how to integrate PowerBI with your Python project. I've
never heard of PowerBI before though.

> This is the link of flask code....I wanted to change this to django..How
> to do that..?
> 

There's no step-by-step guide on how to do things like that. It's not
trivial to do but any reasonably experienced developer should be able to
do it.

I would probably start with an "empty" Django project and then try to
see if I could break it down into steps, e.g. starting by writing some
unittests for how you would expect your models to behave based on the
sample code you linked to, then implement until your tests pass. Then
move on to views etc. Something like that.

That's how I think *I* would do it, but that doesn't mean it's the
correct way and I would probably only know after I had actually started
writing some code.

What are you really trying to achieve though?

Anyway, if you start to write some code and face some issues feel free
to ask for help here. I'm sure someone will try to guide you.

Good luck.

Kind regards,

Kasper Laudrup

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5f18ba24-de9d-9381-8988-ae61bea70e8d%40stacktrace.dk.

Reply via email to