Hacker News new | ask | show | jobs
by andybak 2062 days ago
I used Django from pretty much it's first public release and it was broadly feature complete back then.
2 comments

The ecosystem between then and now is night and day, though, and that's an extremely important part of a framework.
In case of Django, I actually don’t feel much difference in this regard—it’s always been very much batteries included. It is natural for a project to have no dependencies but Django (and maybe psycopg2 bindings), business domain-specific dependencies excluded. Happily used it since before the first major release.
It had been in production use for a while prior to its public release, yeah?
IIRC, it was (like Rails) extracted from an existing web application.
Yes. I believe it was spun out of an internal project at Lawrence Journal-World.