RicardoVeronica / django-docker-pipenv

This github repository will hep you when you want to immerse yourself in Django-Web-Framework, whitin a docker container, using Pipfile and Pipfile.lock instead of requirements.txt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django, Docker and Pipenv

This github repository will help you when you want to immerse yourself in Django-Web-Framework, whitin a docker container, using Pipfile and Pipfile.lock instead of requiremets.txt

Usage

  • Clone the repo
git clone https://github.com/RicardoVeronica/django-docker-pipenv.git
  • Running docker
docker-compose up
  • Django server
go to 0.0.0.0:8000

Stop the container

  • Stop Django server

In the same terminal

CTRL + C

In other terminal

docker-compose stop
  • Remove docker container
docker-compose down

About

This github repository will hep you when you want to immerse yourself in Django-Web-Framework, whitin a docker container, using Pipfile and Pipfile.lock instead of requirements.txt


Languages

Language:Python 95.0%Language:Dockerfile 4.2%Language:Procfile 0.9%