scheung38 / djangodocker

A sample Django project to dockerize

Home Page:http://blog.jetbrains.com/pycharm/2017/08/using-docker-compose-on-windows-in-pycharm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Todo App in Docker

This is an example project for a blog post on the PyCharm blog. Please read more about it there.

To run the project, set up a Django compatible database (I use PostgreSQL but you're welcome to use something else) and configure it in djangodocker/settings.py.

To see the Docker version of this code, see the dockerized branch of this repo.

About

A sample Django project to dockerize

http://blog.jetbrains.com/pycharm/2017/08/using-docker-compose-on-windows-in-pycharm

License:Other


Languages

Language:Python 65.5%Language:HTML 34.5%