- Requires docker engine or Docker Destop
- git clone https://github.com/ServicioIT/Django-Docker.git
- cd Django-Docker
- docker build -t django .
- docker run --name django-1 -p 8000:8000 -d django
- http://127.0.0.1:8000
- To test it, create a super user inside docker an login in admin: Follow the intructions: Username + Email + Password.
- docker exec -it django python3 manage.py createsuperuser
- To login you'll need: Username + Password
It is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
- More informatión here: https://www.djangoproject.com/
2024, CI/CD Deployment Test