Skip to content

Ensambler/django-docker-startpoint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django|Python Enviroment in Docker

  • Repository:
    • A docker enviroment for your django application.
  • Stack: Python, Django.
  • Services: Django server.
  • Year: 2020.

This repository provides a django development enviroment.

Step 1. Clone the repository.

Open a Terminal, browse your projects location and run:

git clone [email protected]:diegoulloao/django-docker-startpoint.git project-name

Step 2. Create the Django app.

Enter in your project-name folder, then create/copy your Django app in the app directory.

Step 3. Build the dockerfile.

In project-name directory, run:

docker build .
docker-compose build

Step 4. Run the service.

Finally run:

docker-compose up

Open up your browser to http://localhost:8080/ and you should see your django app running as intended.

--

@diegoulloao · 2020

About

A docker enviroment for your django application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%