Skip to content

Commit 91c9155

Browse files
authored
[django] Tweak names and slugs of the django examples (#1456)
1 parent e8878c8 commit 91c9155

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

python/django-notes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Django Notes
2+
name: Django Notes App
33
slug: django-notes
44
description: A simple note-taking app built with Django, using SQLite locally and Postgres on Vercel.
55
framework: Python

python/django/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Django + Vercel
3-
slug: django
2+
name: Django Hello World
3+
slug: django-hello-world
44
description: Use Django on Vercel with Serverless Functions using the Python Runtime.
55
framework: Python
66
useCase: Starter

0 commit comments

Comments
 (0)