←back to thread

310 points brylie | 1 comments | | HN request time: 0.2s | source
Show context
petr25102018 ◴[] No.43513064[source]
I don't know if Plain has a chance to succeed but I understand why it is a fork. Django leadership haven't been able to move Django forward outside of its old paradigms and every attempt, be it a fork or third-party app, counts.
replies(1): >>43513080 #
sroerick ◴[] No.43513080[source]
Can you elaborate on this? What paradigms do you think are outdated?

Generally speaking, I think Django has lagged a bit behind other frameworks. However, the continued advantage of being Python driven has left it useful in my book when working with Python data utilities in the back end. What’s your perspective here?

replies(3): >>43513426 #>>43513588 #>>43514138 #
1. boxed ◴[] No.43513426[source]
Not the previous poster, but my biggest gripe with Django is all the silent failures. It was a bad idea 20 years ago, it's a bad idea now, it's just a very very bad idea.