←back to thread

Happy 20th Birthday, Django

(www.djangoproject.com)
578 points davepeck | 2 comments | | HN request time: 0.431s | source
Show context
mrcwinn ◴[] No.44559774[source]
Not to conflate a framework and a language, but there’s something about Django that makes me feel like I’m writing PHP. What is this effect?
replies(3): >>44559911 #>>44560628 #>>44561163 #
n3storm ◴[] No.44559911[source]
Laravel keeps copying Django (I mean it in a good way)
replies(5): >>44560320 #>>44560405 #>>44560616 #>>44562196 #>>44562341 #
1. j4mie ◴[] No.44562196[source]
Laravel’s ORM was originally inspired by my now-long-dead PHP projects Idiorm and Paris:

https://laravelpodcast.com/episodes/c7807d42/transcript (Search for “Paris” to find the relevant section)

https://github.com/j4mie/idiorm

https://github.com/j4mie/paris

Idiorm was started in early 2010 while I was still writing PHP professionally. I’d heard about Django from a talk @simonw gave at the FlashBrighton meet-up group in 2009 and immediately fell in love. Idiorm and Paris, although not direct attempts to duplicate Django’s ORM, came from frustration that such an elegant ORM and query builder didn’t exist in the PHP world.

So in a roundabout way, Laravel’s ORM was absolutely inspired by Django.

As a side note, I’m still doing Django 16 years later and love it more than ever.

replies(1): >>44605596 #
2. n3storm ◴[] No.44605596[source]
I do love Django too! and my developtment with more users (not most deployed) is running on Django :)