DEV Community

Discussion on: My Experience With Django

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

It's awesome I kind of miss the structure of Django when I'm developing in Flask now.

Collapse
 
boringdev profile image
• Edited

I had to work on one middleware system using Flask. I used Flask Restful and organized the project in Django way.

Also the main system is in Django so writing this makes new ppl from main to middleware easier to adapt. My approach may not be everyone cup of tea but suitable for my situation

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Yeah, I sort of did the same thing as well. While I was building APIs with Flask.