Hacker News new | ask | show | jobs
by santiagobasulto 1058 days ago
We use the Django Admin A LOT. It's an amazing power. Lately, we've also added a Jupyter server connected to a read-only DB replica, with the Django models available.

It's impressive how much you can do with these two tools. There's no need for an internal management dashboard or a BI tool. Just the admin and a bunch of notebooks.

(Obligatory note: we are a bootstrapped startup)

2 comments

This is a great idea. Have you ever written about it somewhere? I would like to read and share with others. I know a few people who could benefit from that.
Love Jupyter. Fantastic tools.