Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T10:15:26.000Z (about 3 years ago)
- Last Synced: 2024-09-26T06:03:50.506Z (4 months 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.