This is a simple Django web application containerized using Docker. It serves a custom homepage (Hello from Dockerized Django App!
) and runs inside an Ubuntu-based container.
- Django app served via
runserver
- Ubuntu 24.04 base image
- Python 3 + pip + virtualenv
- Custom app (
home
) with a root URL response - Dockerized for easy deployment
- Minimal setup β perfect for learning or demos
- Python 3
- Django
- Docker
- Ubuntu 24.04
. βββ Dockerfile βββ requirements.txt βββ manage.py βββ devops/ β βββ init.py β βββ settings.py β βββ urls.py β βββ wsgi.py βββ home/ βββ views.py βββ urls.py
http://:8000