Is it only me who finds deployment of Django very hard and complex ? Is there easy way ?

This page summarizes the projects mentioned and recommended in the original post on /r/django

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • my-django-vue-schematic

    Quick deploy django-vue projects!

  • Anyways, might not be exactly what you need but could be a good inspiration. Git repo link

  • Dokku

    A docker-powered PaaS that helps you build and manage the lifecycle of applications

  • Try dokku. Its is basically your own "mini heroku" that can be run on your server and can be used to deploy your application in docker containers. It is config based and has plugins for database management, ssl, logging, etc. Quick and easy and is great for managing multiple applications.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Wagtail

    A Django content management system focused on flexibility and user experience

  • There is a sample Dockerfile for your reference. You can build your own docker image by referring to this file.

    Not a full deploy guide (you need to have apache running & working fine), but I made a small tutorial for a bookmark-related app I'm working on on my free time: https://gitlab.com/sodimel/share-links/-/blob/main/DEPLOY.md.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts