https://github.com/thomascenni/djcap
Deploy a Django application with Caprover PaaS
https://github.com/thomascenni/djcap
caprover django docker paas
Last synced: 3 months ago
JSON representation
Deploy a Django application with Caprover PaaS
- Host: GitHub
- URL: https://github.com/thomascenni/djcap
- Owner: thomascenni
- Created: 2019-12-12T18:57:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T19:42:57.000Z (over 1 year ago)
- Last Synced: 2025-04-03T18:21:28.635Z (7 months ago)
- Topics: caprover, django, docker, paas
- Language: Python
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy a Django application with Caprover PaaS

This is the repository for the article first published on [Medium](https://medium.com/@thomas.cenni/deploy-a-django-application-with-caprover-paas-60e30475f392) and then edited on my personal blog:
https://thomascenni.com/blog/deploy-a-django-application-with-caprover
Caprover is an open source tool which allows you to build your own PaaS server to host any type of applications and databases (NodeJS, Python, PHP, ASP.NET, Ruby, MySQL, MongoDB, Postgres, etc). Compared to commercial applications, like Heroku, it is a great and cheaper alternative.
Today I’ll show you how to create a Django application and deploy to Caprover step by step.