Skip to content

Source code for my article on medium on how to initialize a Django project with Poetry and Docker.

License

Notifications You must be signed in to change notification settings

samwelkanda/django-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Demo

Purpose

This is the source code for the medium ariticle detailing how to initialize a Django application with poetry and docker.

Requirements

Docker Docker-compose Poetry

Development

  1. Clone the repository
  2. To start development server inside docker you will need to run:
docker-compose build
docker-compose up

Navigate to http://0.0.0.0:8000/ to see the Django default project page.

About

Source code for my article on medium on how to initialize a Django project with Poetry and Docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published