|
|
@@ -901,6 +901,28 @@
|
|
|
|
|
|
</li>
|
|
|
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#deployment-services" class="md-nav__link">
|
|
|
+ <span class="md-ellipsis">
|
|
|
+ <span class="md-typeset">
|
|
|
+ Deployment Services
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+
|
|
|
+</li>
|
|
|
+
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#self-hosted-deployment" class="md-nav__link">
|
|
|
+ <span class="md-ellipsis">
|
|
|
+ <span class="md-typeset">
|
|
|
+ Self-Hosted Deployment
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+
|
|
|
+</li>
|
|
|
+
|
|
|
</ul>
|
|
|
</nav>
|
|
|
|
|
|
@@ -1100,6 +1122,9 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
|
|
|
<li><a href="#urls">URLs</a></li>
|
|
|
<li><a href="#users">Users</a></li>
|
|
|
<li><a href="#views">Views</a></li>
|
|
|
+<li><a href="#developer-tools">Developer Tools</a></li>
|
|
|
+<li><a href="#templates-1">Templates</a></li>
|
|
|
+<li><a href="#static-analysis">Static Analysis</a></li>
|
|
|
<li><a href="#python-packages">Python Packages</a></li>
|
|
|
<li><a href="#resources">Resources</a></li>
|
|
|
<li><a href="#official-resources">Official Resources</a></li>
|
|
|
@@ -1114,6 +1139,8 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
|
|
|
<li><a href="#hosting">Hosting</a></li>
|
|
|
<li><a href="#paas-platforms-as-a-service">PaaS (Platforms-as-a-Service)</a></li>
|
|
|
<li><a href="#iaas-infrastructure-as-a-service">IaaS (Infrastructure-as-a-Service)</a></li>
|
|
|
+<li><a href="#deployment-services">Deployment Services</a></li>
|
|
|
+<li><a href="#self-hosted-deployment">Self-Hosted Deployment</a></li>
|
|
|
<li><a href="#projects">Projects</a></li>
|
|
|
<li><a href="#boilerplate">Boilerplate</a></li>
|
|
|
<li><a href="#open-source-projects">Open Source Projects</a></li>
|
|
|
@@ -1549,14 +1576,11 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
|
|
|
<h2 id="hosting">Hosting<a class="headerlink" href="#hosting" title="Permanent link">¶</a></h2>
|
|
|
<h3 id="paas-platforms-as-a-service">PaaS (Platforms-as-a-Service)<a class="headerlink" href="#paas-platforms-as-a-service" title="Permanent link">¶</a></h3>
|
|
|
<ul>
|
|
|
-<li><a href="https://appliku.com">Appliku</a></li>
|
|
|
-<li><a href="https://dokku.com">Dokku</a></li>
|
|
|
<li><a href="https://www.divio.com">Divio</a></li>
|
|
|
<li><a href="https://fly.io">Fly</a></li>
|
|
|
<li><a href="https://cloud.google.com/python/django/">Google Cloud</a></li>
|
|
|
<li><a href="https://www.heroku.com">Heroku</a></li>
|
|
|
<li><a href="https://azure.microsoft.com/en-us/develop/python/">Microsoft Azure</a></li>
|
|
|
-<li><a href="https://github.com/piku/piku">Piku</a></li>
|
|
|
<li><a href="https://upsun.com">Upsun</a></li>
|
|
|
<li><a href="https://www.pythonanywhere.com">PythonAnywhere</a></li>
|
|
|
<li><a href="https://railway.app">Railway</a></li>
|
|
|
@@ -1570,6 +1594,18 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
|
|
|
<li><a href="https://aws.amazon.com/lightsail/">Amazon Lightsail</a></li>
|
|
|
<li><a href="https://www.hetzner.com">Hetzner</a></li>
|
|
|
</ul>
|
|
|
+<h3 id="deployment-services">Deployment Services<a class="headerlink" href="#deployment-services" title="Permanent link">¶</a></h3>
|
|
|
+<p><em>Hosted services that deploy your app to servers you rent elsewhere.</em>
|
|
|
+- <a href="https://appliku.com">Appliku</a> - Django-focused deployment service for servers on DigitalOcean, Hetzner, AWS, and Linode.
|
|
|
+- <a href="https://www.deployhq.com">DeployHQ</a> - Deploys from Git to your servers over SSH, SFTP, or S3, with build steps and rollbacks.</p>
|
|
|
+<h3 id="self-hosted-deployment">Self-Hosted Deployment<a class="headerlink" href="#self-hosted-deployment" title="Permanent link">¶</a></h3>
|
|
|
+<p><em>Open source tools that deploy your app to servers you own.</em>
|
|
|
+- <a href="https://coolify.io">Coolify</a> - Self-hosted PaaS with a web UI for Docker apps and databases, with an optional paid cloud control plane.
|
|
|
+- <a href="https://dokploy.com">Dokploy</a> - Self-hosted PaaS with a web UI, built on Docker and Traefik, with an optional paid cloud control plane.
|
|
|
+- <a href="https://caprover.com">CapRover</a> - Self-hosted PaaS with a web UI and one-click apps, built on Docker Swarm.
|
|
|
+- <a href="https://kamal-deploy.org">Kamal</a> - Deploy containers to any server over SSH with zero downtime, from Basecamp.
|
|
|
+- <a href="https://dokku.com">Dokku</a> - Docker-powered PaaS with Heroku-style git push deploys.
|
|
|
+- <a href="https://github.com/piku/piku">Piku</a> - Tiny Heroku-style PaaS for git push deploys to a single server.</p>
|
|
|
<h2 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h2>
|
|
|
<h3 id="boilerplate">Boilerplate<a class="headerlink" href="#boilerplate" title="Permanent link">¶</a></h3>
|
|
|
<ul>
|