Re: Migrating a code written in flask framework to django.

2021-03-13 Thread Kasper Laudrup
On 13/03/2021 06.02, GEETHANJALI S P wrote: > Hi.. > 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 inte

Re: Migrating a code written in flask framework to django.

2021-03-12 Thread GEETHANJALI S P
Hi.. https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/Python This is the link of flask codeI wanted to change this to django..How to do that..? On Sat, 13 Mar, 2021, 1:38 AM Kasper Laudrup, wrote: > On 12/03/2021 19.50, GEETHANJALI S P wrote: > > Suppose a program is wri

Re: Migrating a code written in flask framework to django.

2021-03-12 Thread Kasper Laudrup
On 12/03/2021 19.50, GEETHANJALI S P wrote: > Suppose a program is written in flask framework how can we convert it > into django? That depends so much on the program that there's no way to answer that. Flask basically just makes it easy to handle HTTP requests in Python. While Django does that,

Re: Migrating a code written in flask framework to django.

2021-03-12 Thread Ernest Thuku
I don't think there is a proper way to convert flak to Django but if you know how python well you can rewrite from flask to Django its not that difficult. This will happen if atleast you know how to work with Django. On Fri, 12 Mar 2021 21:50 GEETHANJALI S P, wrote: > Hi all, > Suppose a program

Re: Migrating a code written in flask framework to django.

2021-03-12 Thread cosmos multi
I don't know of any tool that allows you to do a technology migration automatically, you have to change the code slowly yourself. El vie, 12 mar 2021 a las 13:50, GEETHANJALI S P (< geethanjalisp1...@gmail.com>) escribió: > Hi all, > Suppose a program is written in flask framework how can we conv

Migrating a code written in flask framework to django.

2021-03-12 Thread GEETHANJALI S P
Hi all, Suppose a program is written in flask framework how can we convert it into django? Thanks in advance. -- 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 dja