Skip to content

Commit aeb91b1

Browse files
authored
Mark framework for the django examples as being Python (#1448)
1 parent 319e44e commit aeb91b1

3 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
@@ -2,7 +2,7 @@
22
name: Django Notes
33
slug: django-notes
44
description: A simple note-taking app built with Django, using SQLite locally and Postgres on Vercel.
5-
framework: Django
5+
framework: Python
66
useCase: Starter
77
database: Postgres
88
deployUrl: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fpython%2Fdjango-notes&project-name=django-notes&repository-name=django-notes&demo-title=Django%20Notes&demo-description=A%20simple%20note-taking%20app%20built%20with%20Django.&demo-url=https%3A%2F%2Fdjango-notes-example.vercel.app%2F&products=%5B%7B%22type%22%3A%22integration%22%2C%22group%22%3A%22postgres%22%7D%5D

python/django-rest-framework/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Django REST Framework + Vercel
33
slug: django-rest-framework
44
description: A minimal Django REST Framework API running on Vercel Serverless Functions.
5-
framework: Django
5+
framework: Python
66
useCase: Starter
77
deployUrl: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fpython%2Fdjango-rest-framework&demo-title=Django%20REST%20Framework%20%2B%20Vercel&demo-description=A%20minimal%20Django%20REST%20Framework%20API%20running%20on%20Vercel%20Serverless%20Functions.&demo-url=https%3A%2F%2Fdjango-rest-framework-example.vercel.app%2F
88
demoUrl: https://django-rest-framework-example.vercel.app/api/time/

python/django/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Django + Vercel
33
slug: django
44
description: Use Django on Vercel with Serverless Functions using the Python Runtime.
5-
framework: Django
5+
framework: Python
66
useCase: Starter
77
deployUrl: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fpython%2Fdjango&demo-title=Django%20%2B%20Vercel&demo-description=Use%20Django%20on%20Vercel%20with%20Serverless%20Functions%20using%20the%20Python%20Runtime.&demo-url=https%3A%2F%2Fdjango-template.vercel.app%2F&demo-image=https://assets.vercel.com/image/upload/v1669994241/random/django.png
88
demoUrl: https://django-template.vercel.app/

0 commit comments

Comments
 (0)