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.
- 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.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/jjboy55/docker-django.git cd your-repo-name
-
Build the Docker image:
docker-compose build
-
Run the Docker Container
docker-compose up