Re: Flask to django

2020-08-08 Thread Miracle
You'll have to build a brand new application using django. Django and flask are quite similar, so porting to django won't be so much issue. Also, both work with python. However, there's no automatic way to change from flask to django. You'll have to write the codes. And it

Re: Flask to django

2020-08-08 Thread Mottaz Hegaze
no On Sat, Aug 8, 2020 at 4:22 PM sakshi jain wrote: > hello > > On Sat, Aug 8, 2020, 19:31 Amar prakash wrote: > >> Anyway to transform my flask code to django >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from

Re: Flask to django

2020-08-08 Thread sakshi jain
hello On Sat, Aug 8, 2020, 19:31 Amar prakash wrote: > Anyway to transform my flask code to django > > -- > 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

Flask to django

2020-08-08 Thread Amar prakash
Anyway to transform my flask code to django -- 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

Re: Migrating back-end from flask to django

2018-11-03 Thread Igor Nascimento
Hi, I'm migrating my Flask app to a Django app. In cases of the models, it's a little different between both. In Flask, you have to put id and in Django it's not necessary. I'm showing you the difference between Flask and Django while creating models. It's important to say that I was using Flask_S

Migrating back-end from flask to django

2018-11-03 Thread oganga chantal
need help with creating models for my django app, -- 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 post to this grou