(no title)
aynyc
|
2 months ago
I've been using Django on and off at work for the past few years. I really like it. That being said, I still find its ORM difficult. I understand it now that since it's an opinionated framework, I need to follow Django way of thinking. The main issue is that at work, I have multiple databases from different business units. So I constantly have to figure out a way to deal with multiple databases and their idiosyncrasies. I ended up doing a lot of hand holding by turning off managed, inspectdb and then manually delete tables I don't want to show via website or other reasons. For green webapps we have, django is as good as it gets.
BowBun|2 months ago
JodieBenitez|2 months ago
aynyc|2 months ago
dontlaugh|2 months ago
sgt|2 months ago
aynyc|2 months ago
luxcem|2 months ago
formerly_proven|2 months ago
melvinroest|2 months ago
aynyc|2 months ago