Skip to content

This is a skeleton for dockerized python project

Notifications You must be signed in to change notification settings

AfifCeshter/docker-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Django project

Free skeleton for Django project, implemented with docker-compose

Initialize

From terminal run

$ docker-compose up -d

Run migrations

From terminal run

$ docker exec -it docker_python_web bash

root@service /code: python manage.py migrate

Now you can go to localhost:8085

About

This is a skeleton for dockerized python project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • Dockerfile 1.9%
  • Shell 1.0%