Skip to content

Commit 6faa1d0

Browse files
update django marketplace documentation with current distro (ubu 24), django project name and path, and test page image. (#7346)
1 parent 93bdacd commit 6faa1d0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
172 KB
Loading

docs/marketplace-docs/guides/django/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Deploy Django through the Linode Marketplace"
3-
description: "Learn how to deploy Django, a web framework that provides much of the core functionality required in modern web development, through the Linode Marketpplace"
3+
description: "Learn how to deploy Django, a web framework that provides much of the core functionality required in modern web development, through the Linode Marketplace"
44
published: 2020-03-11
5-
modified: 2024-04-16
5+
modified: 2025-10-13
66
keywords: ['django','marketplace', 'cms']
77
tags: ["cloud-manager","linode platform","cms","django","marketplace","digital agencies"]
88
image: Django_oneclickapps.png
@@ -31,7 +31,7 @@ marketplace_app_name: "Django"
3131

3232
## Configuration Options
3333

34-
- **Supported distributions:** Ubuntu 22.04 LTS
34+
- **Supported distributions:** Ubuntu 24.04 LTS
3535
- **Recommended minimum plan:** All plan types and sizes can be used.
3636

3737
### Django Options
@@ -50,11 +50,13 @@ marketplace_app_name: "Django"
5050
### Access Django
5151

5252
{{< note >}}
53-
The Django Marketplace App will assign `DjangoApp` as the [Django project name](https://docs.djangoproject.com/en/5.0/intro/tutorial01/#creating-a-project).
53+
The Django Marketplace App will assign `django_sample` as the [Django project name](https://docs.djangoproject.com/en/5.0/intro/tutorial01/#creating-a-project) at `/var/www/django_app/django_sample/`.
5454
{{< /note >}}
5555

5656
1. Open your web browser and navigate to `https://[domain]`, where *[domain]* can be replaced with the custom domain you entered during deployment or your Compute Instance's rDNS domain (such as `192-0-2-1.ip.linodeusercontent.com`). You can also use your IPv4 address. See the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) guide for information on viewing IP addresses and rDNS.
5757

58+
![View your Django site's test page.](django-test-page.png "View your Django site's test page")
59+
5860
1. Once you have verified that you can access your Django site via the browser, you can log in using the admin credentials generated during the deployment. The credentials can be found in `/home/$USERNAME/.credentials`. Update the address in the browser to: `https://[domain]/admin`.
5961

6062
![Login to your Django site.](django-admin-login.png "Login to your Django site")

0 commit comments

Comments
 (0)