Hacker News new | ask | show | jobs
by hparadiz 7 days ago
The first time I heard the name Django was like 15 years ago in college so I'm sure I've used it by hosting some project for one reason or another over the years. Python is just not my go to. Also I maintain my own framework in PHP entirely so that's what I pull off the shelf when I wanna do CRUD.
1 comments

Sure thing, was just curious since you mentioned rails. Django's ORM is pretty similar (auto generated migrations, super easy relations, etc).