Guide: Add Notion as your Django database in 8 minutes

Hi fellow Django-cats :tiger2:

Here’s a short post about how to add Notion as a database with Django in 8 minutes.

Notion is a surprisingly good choice when building a quick product with Django (you can add Postgres later). It’s:

  • quick to add
  • free
  • helps you create a product that needs some state fast.
  • simple to see your data and edit it (because you are just using Notion).
  • shareable. You can share your database and let them edit it too. This is also useful for when working with non-technical customers.

Here’s the post if you’re interested: Add Notion as your Django database in 8 minutes :candle:.

I also made a video to accompany the post (as I did for my Google Sheets for Django article).

Hope that you’re having a good day.