https://github.com/mukulmantosh/dockerizing_django
Dockerizing 🐳 🐳 🐳 Django Web Application
https://github.com/mukulmantosh/dockerizing_django
django docker python
Last synced: 2 months ago
JSON representation
Dockerizing 🐳 🐳 🐳 Django Web Application
- Host: GitHub
- URL: https://github.com/mukulmantosh/dockerizing_django
- Owner: mukulmantosh
- Created: 2024-01-08T08:27:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T03:17:02.000Z (6 months ago)
- Last Synced: 2025-04-22T23:06:52.128Z (2 months ago)
- Topics: django, docker, python
- Language: Python
- Homepage: https://www.jetbrains.com/guide/django/tutorials/django-docker/
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker and Django
This repository provides a basic setup for running a Django web application inside a Docker container. It's designed to help you quickly get started with Dockerizing your Django projects.
## Prerequisites
Before you begin, ensure you have the following tools installed on your system:
- Docker: [Install Docker](https://docs.docker.com/get-docker/)
- Docker Compose: [Install Docker Compose](https://docs.docker.com/compose/install/)## Getting Started
1. Clone this repository to your local machine:
```bash
git clone https://github.com/mukulmantosh/dockerizing_django.git2. For production setup, checkout to `production` branch.
## Tutorial
The entire tutorial (step by step) is available in JetBrains Guide [Boost your Development Speed with Docker and Django](https://www.jetbrains.com/guide/django/tutorials/django-docker/)