Skip to content

A boilerplate Django application containerized using Docker. Includes a core app with home and about pages, Docker configuration, and debugging setup. Ideal for quickly starting new Django projects with a ready-to-use development environment.

Notifications You must be signed in to change notification settings

jeremiah-louis/docker-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker whale

Django Boilerplate Application.

This is a boilerplate Django application, containerized using Docker, to kickstart your web development projects. The project includes a basic structure with essential configurations and a few example pages.

Features

  • Django: Main project setup with a core app.
  • Home View: A simple home page view and URL routing.
  • About Page: Additional about page for demonstration.
  • Docker: Containerized environment for easy setup and deployment.
  • Docker Debugger: Configured for debugging the application within the Docker container.

Getting Started

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/jjboy55/docker-django.git
    cd your-repo-name
  2. Build the Docker image:

    docker-compose build
    
  3. Run the Docker Container

    docker-compose up
    

About

A boilerplate Django application containerized using Docker. Includes a core app with home and about pages, Docker configuration, and debugging setup. Ideal for quickly starting new Django projects with a ready-to-use development environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published