https://github.com/ernsthaagsman/djangodocker
A sample Django project to dockerize
https://github.com/ernsthaagsman/djangodocker
django docker docker-compose pycharm python python3
Last synced: 8 months ago
JSON representation
A sample Django project to dockerize
- Host: GitHub
- URL: https://github.com/ernsthaagsman/djangodocker
- Owner: ErnstHaagsman
- License: other
- Created: 2017-07-03T13:52:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T10:15:26.000Z (over 4 years ago)
- Last Synced: 2025-01-30T18:04:19.524Z (over 1 year ago)
- Topics: django, docker, docker-compose, pycharm, python, python3
- Language: Python
- Homepage: http://blog.jetbrains.com/pycharm/2017/08/using-docker-compose-on-windows-in-pycharm
- Size: 130 KB
- Stars: 27
- Watchers: 4
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Django Todo App in Docker
=========================
This is an example project for a
[blog post on the PyCharm blog](http://blog.jetbrains.com/pycharm/2017/08/using-docker-compose-on-windows-in-pycharm).
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.