An open API service indexing awesome lists of open source software.

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

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.git

2. 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/)