https://github.com/jmitchel3/django-container
Django and Dockerfile Boilerplate optimized for Railway Deployments
https://github.com/jmitchel3/django-container
boilterplate django railway starter template
Last synced: 10 months ago
JSON representation
Django and Dockerfile Boilerplate optimized for Railway Deployments
- Host: GitHub
- URL: https://github.com/jmitchel3/django-container
- Owner: jmitchel3
- Created: 2025-02-18T22:13:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T22:34:04.000Z (10 months ago)
- Last Synced: 2025-02-18T23:27:33.655Z (10 months ago)
- Topics: boilterplate, django, railway, starter, template
- Language: Python
- Homepage: https://djangocontainer.com
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Container - Starter Boilerplate
[](https://djangocontainer.com)
This is a basic boilerplate template for deploying a Django project on [Railway](https://djangocontainer.com).
Interested in Django x Next.js? Check out [repo.djangonextjs.com](https://repo.djangonextjs.com).
Includes:
- Minimal Django app
- Django-built Dockerfile for continuous deployments
- Endpoint for deployment health checks during Railway deploys
Code: https://github.com/jmitchel3/django-container
One-Click Deploy: https://djangocontainer.com
Reference blog post on [Coding for Entrepreneurs](https://www.codingforentrepreneurs.com/blog/deploy-django-on-railway-with-this-dockerfile)