---
title: "Django: deployment recipes"
description: "244 published deployment recipe(s) under Django."
canonical_url: "https://ample.computer/discover/stack/framework-django"
last_updated: "2026-09-22"
---

# Django

Canonical URL: https://ample.computer/discover/stack/framework-django
Node ID: `stack:framework-django` | Facet: stack | Published recipes below this node: 244

## Published recipes

- [Host company website with Django: public-site delivery](/recipes/company-website/django/public-site)
- [Host company website with Django: Postgres-backed content](/recipes/company-website/django/relational-content)
- [Host company website with Django: object-stored public media](/recipes/company-website/django/public-media)
- [Host company website with Django: bulk content imports](/recipes/company-website/django/content-imports)
- [Host documentation site with Django: public-site delivery](/recipes/documentation-site/django/public-site)
- [Host documentation site with Django: Postgres-backed content](/recipes/documentation-site/django/relational-content)
- [Host documentation site with Django: object-stored public media](/recipes/documentation-site/django/public-media)
- [Host documentation site with Django: bulk content imports](/recipes/documentation-site/django/content-imports)
- [Host blog with Django: public-site delivery](/recipes/blog/django/public-site)
- [Host blog with Django: Postgres-backed content](/recipes/blog/django/relational-content)
- [Host blog with Django: object-stored public media](/recipes/blog/django/public-media)
- [Host blog with Django: bulk content imports](/recipes/blog/django/content-imports)
- [Host campaign site with Django: public-site delivery](/recipes/campaign-site/django/public-site)
- [Host campaign site with Django: Postgres-backed content](/recipes/campaign-site/django/relational-content)
- [Host campaign site with Django: object-stored public media](/recipes/campaign-site/django/public-media)
- [Host campaign site with Django: bulk content imports](/recipes/campaign-site/django/content-imports)
- [Host knowledge base with Django: public-site delivery](/recipes/knowledge-base/django/public-site)
- [Host knowledge base with Django: Postgres-backed content](/recipes/knowledge-base/django/relational-content)
- [Host knowledge base with Django: object-stored public media](/recipes/knowledge-base/django/public-media)
- [Host knowledge base with Django: bulk content imports](/recipes/knowledge-base/django/content-imports)
- [Host public directory with Django: public-site delivery](/recipes/public-directory/django/public-site)
- [Host public directory with Django: Postgres-backed content](/recipes/public-directory/django/relational-content)
- [Host public directory with Django: object-stored public media](/recipes/public-directory/django/public-media)
- [Host public directory with Django: bulk content imports](/recipes/public-directory/django/content-imports)
- [Host product catalog with Django: relational catalog data](/recipes/product-catalog/django/relational-catalog)
- [Host product catalog with Django: public product media](/recipes/product-catalog/django/product-media)
- [Host product catalog with Django: inventory imports](/recipes/product-catalog/django/inventory-imports)
- [Host product catalog with Django: authorized file delivery](/recipes/product-catalog/django/download-delivery)
- [Host storefront with Django: relational catalog data](/recipes/storefront/django/relational-catalog)
- [Host storefront with Django: public product media](/recipes/storefront/django/product-media)
- [Host storefront with Django: inventory imports](/recipes/storefront/django/inventory-imports)
- [Host storefront with Django: authorized file delivery](/recipes/storefront/django/download-delivery)
- [Host marketplace with Django: relational catalog data](/recipes/marketplace/django/relational-catalog)
- [Host marketplace with Django: public product media](/recipes/marketplace/django/product-media)
- [Host marketplace with Django: inventory imports](/recipes/marketplace/django/inventory-imports)
- [Host marketplace with Django: authorized file delivery](/recipes/marketplace/django/download-delivery)
- [Host digital downloads with Django: relational catalog data](/recipes/digital-downloads/django/relational-catalog)
- [Host digital downloads with Django: public product media](/recipes/digital-downloads/django/product-media)
- [Host digital downloads with Django: inventory imports](/recipes/digital-downloads/django/inventory-imports)
- [Host digital downloads with Django: authorized file delivery](/recipes/digital-downloads/django/download-delivery)
- [Host subscription content with Django: relational catalog data](/recipes/subscription-content/django/relational-catalog)
- [Host subscription content with Django: public product media](/recipes/subscription-content/django/product-media)
- [Host subscription content with Django: inventory imports](/recipes/subscription-content/django/inventory-imports)
- [Host subscription content with Django: authorized file delivery](/recipes/subscription-content/django/download-delivery)
- [Host order tracking with Django: relational catalog data](/recipes/order-tracking/django/relational-catalog)
- [Host order tracking with Django: public product media](/recipes/order-tracking/django/product-media)
- [Host order tracking with Django: inventory imports](/recipes/order-tracking/django/inventory-imports)
- [Host order tracking with Django: authorized file delivery](/recipes/order-tracking/django/download-delivery)
- [Host crm with Django: relational workspace data](/recipes/crm/django/relational-workspace)
- [Host crm with Django: private attachments](/recipes/crm/django/private-attachments)
- [Host crm with Django: CSV imports](/recipes/crm/django/csv-imports)
- [Host crm with Django: downloadable reports](/recipes/crm/django/report-exports)
- [Host project tracker with Django: relational workspace data](/recipes/project-tracker/django/relational-workspace)
- [Host project tracker with Django: private attachments](/recipes/project-tracker/django/private-attachments)
- [Host project tracker with Django: CSV imports](/recipes/project-tracker/django/csv-imports)
- [Host project tracker with Django: downloadable reports](/recipes/project-tracker/django/report-exports)
- [Host inventory manager with Django: relational workspace data](/recipes/inventory-manager/django/relational-workspace)
- [Host inventory manager with Django: private attachments](/recipes/inventory-manager/django/private-attachments)
- [Host inventory manager with Django: CSV imports](/recipes/inventory-manager/django/csv-imports)
- [Host inventory manager with Django: downloadable reports](/recipes/inventory-manager/django/report-exports)
- [Host help desk with Django: relational workspace data](/recipes/help-desk/django/relational-workspace)
- [Host help desk with Django: private attachments](/recipes/help-desk/django/private-attachments)
- [Host help desk with Django: CSV imports](/recipes/help-desk/django/csv-imports)
- [Host help desk with Django: downloadable reports](/recipes/help-desk/django/report-exports)
- [Host recruiting tracker with Django: relational workspace data](/recipes/recruiting-tracker/django/relational-workspace)
- [Host recruiting tracker with Django: private attachments](/recipes/recruiting-tracker/django/private-attachments)
- [Host recruiting tracker with Django: CSV imports](/recipes/recruiting-tracker/django/csv-imports)
- [Host recruiting tracker with Django: downloadable reports](/recipes/recruiting-tracker/django/report-exports)
- [Host approval workflow with Django: relational workspace data](/recipes/approval-workflow/django/relational-workspace)
- [Host approval workflow with Django: private attachments](/recipes/approval-workflow/django/private-attachments)
- [Host approval workflow with Django: CSV imports](/recipes/approval-workflow/django/csv-imports)
- [Host approval workflow with Django: downloadable reports](/recipes/approval-workflow/django/report-exports)
- [Host client portal with Django: tenant-scoped workspaces](/recipes/client-portal/django/tenant-workspaces)
- [Host client portal with Django: private documents](/recipes/client-portal/django/private-documents)
- [Host client portal with Django: public profile assets](/recipes/client-portal/django/public-profiles)
- [Host client portal with Django: application activity history](/recipes/client-portal/django/activity-history)
- [Host partner portal with Django: tenant-scoped workspaces](/recipes/partner-portal/django/tenant-workspaces)
- [Host partner portal with Django: private documents](/recipes/partner-portal/django/private-documents)
- [Host partner portal with Django: public profile assets](/recipes/partner-portal/django/public-profiles)
- [Host partner portal with Django: application activity history](/recipes/partner-portal/django/activity-history)
- [Host vendor portal with Django: tenant-scoped workspaces](/recipes/vendor-portal/django/tenant-workspaces)
- [Host vendor portal with Django: private documents](/recipes/vendor-portal/django/private-documents)
- [Host vendor portal with Django: public profile assets](/recipes/vendor-portal/django/public-profiles)
- [Host vendor portal with Django: application activity history](/recipes/vendor-portal/django/activity-history)
- [Host member portal with Django: tenant-scoped workspaces](/recipes/member-portal/django/tenant-workspaces)
- [Host member portal with Django: private documents](/recipes/member-portal/django/private-documents)
- [Host member portal with Django: public profile assets](/recipes/member-portal/django/public-profiles)
- [Host member portal with Django: application activity history](/recipes/member-portal/django/activity-history)
- [Host community forum with Django: tenant-scoped workspaces](/recipes/community-forum/django/tenant-workspaces)
- [Host community forum with Django: private documents](/recipes/community-forum/django/private-documents)
- [Host community forum with Django: public profile assets](/recipes/community-forum/django/public-profiles)
- [Host community forum with Django: application activity history](/recipes/community-forum/django/activity-history)
- [Host admin dashboard with Django: tenant-scoped workspaces](/recipes/admin-dashboard/django/tenant-workspaces)
- [Host admin dashboard with Django: private documents](/recipes/admin-dashboard/django/private-documents)
- [Host admin dashboard with Django: public profile assets](/recipes/admin-dashboard/django/public-profiles)
- [Host admin dashboard with Django: application activity history](/recipes/admin-dashboard/django/activity-history)
- [Host appointment booking with Django: relational workflow state](/recipes/appointment-booking/django/relational-workflow)
- [Host appointment booking with Django: file attachments](/recipes/appointment-booking/django/attachments)
- [Host appointment booking with Django: structured data imports](/recipes/appointment-booking/django/data-imports)
- [Host appointment booking with Django: data exports](/recipes/appointment-booking/django/data-exports)
