/Docker-Django

This is a template repo for the basic layout of a Django app using Docker

Primary LanguagePython

Django Docker Template


Table of Contents

About

This repo is the template for implementing Django and Docker quickly. It contains:

  • an empty Django container
  • a Dockerfile
  • a Docker-Composeyml

Getting Started

  1. Setup your local directory
  2. Initialize git using git init
  3. Clone the repository with git clone https://github.com/RobotGyal/Django-Docker.git
  4. Follow these instructions to change the name of the django project How to Change Name of Django Application
  5. Happy coding!

Prerequisites

Install:

Usage

Utitilize this as a starter when setting up a Django application that utilizes Docker.