Hacker News new | ask | show | jobs
by GoodbyeEarl 3361 days ago
I've realized last week these simple steps to run a Django project, but, as I come from Node, I miss npm start.
2 comments

Why not use a Makefile or Invoke (written in Python) to achieve this?. That's what I have been doing.
What's the difference?