---
title: "Create a dashboard with Planetscale and Django"
url: https://daily.dev/posts/create-a-dashboard-with-planetscale-and-django-2kqvzriej
source_url: https://steelthedev.hashnode.dev/create-a-dashboard-with-planetscale-and-django
type: article
source: "Hashnode"
author: "Akinwumi iyanuoluwa Ayomiposi"
published: 2022-07-24T22:18:11.251Z
updated: 2023-08-12T02:20:45.655Z
tags: ["django", "planetscale"]
reading_time: 15
upvotes: 24
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a dashboard with Planetscale and Django

**[Hashnode](https://daily.dev/sources/hashnode)** · [@steelthedev](https://daily.dev/steelthedev) · 15 min read · 24 upvotes · 0 comments

## Summary

In this article, we will build a dashboard using the planetscale database and Django. We will explore the use of planetscale free account and extensibility. We need to install the psdb engine from GitHub for our app to run on planetscale. In the root folder of our project, we need to create our virtual environment.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://steelthedev.hashnode.dev/create-a-dashboard-with-planetscale-and-django>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#django](https://daily.dev/tags/django), [#planetscale](https://daily.dev/tags/planetscale)

[View this post on daily.dev](https://daily.dev/posts/create-a-dashboard-with-planetscale-and-django-2kqvzriej)
