[PR #181] Django with PostgreSQL template #874

Open
opened 2026-03-07 21:25:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/181
Author: @UlugbekMuslitdinov
Created: 11/20/2021
Status: 🔄 Open

Base: masterHead: master


📝 Commits (4)

  • b72a1bb Django-Postgres application template created (#178)
  • 1b7b53d Merge branch 'master' of github.com:UlugbekMuslitdinov/awesome-compose
  • ac543c8 Font size changed in Readme.md #179
  • 1f3a72d Merge branch 'master' of github.com:UlugbekMuslitdinov/awesome-compose

📊 Changes

14 files changed (+330 additions, -0 deletions)

View changed files

django-postgres/Dockerfile (+16 -0)
django-postgres/README.md (+83 -0)
django-postgres/django_app/__init__.py (+0 -0)
django-postgres/django_app/__pycache__/__init__.cpython-310.pyc (+0 -0)
django-postgres/django_app/__pycache__/settings.cpython-310.pyc (+0 -0)
django-postgres/django_app/__pycache__/urls.cpython-310.pyc (+0 -0)
django-postgres/django_app/__pycache__/wsgi.cpython-310.pyc (+0 -0)
django-postgres/django_app/asgi.py (+16 -0)
django-postgres/django_app/settings.py (+129 -0)
django-postgres/django_app/urls.py (+21 -0)
django-postgres/django_app/wsgi.py (+16 -0)
django-postgres/docker-compose.yml (+24 -0)
django-postgres/manage.py (+22 -0)
django-postgres/requirements.txt (+3 -0)

📄 Description

This pull request resolves #180 .

This template shows the way how to connect your Django project with PostgreSQL database using docker-compose.

Signed-off-by: Ulugbek Muslitdinov ulugbekmuslitdinov@gmail.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/181 **Author:** [@UlugbekMuslitdinov](https://github.com/UlugbekMuslitdinov) **Created:** 11/20/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`b72a1bb`](https://github.com/docker/awesome-compose/commit/b72a1bb9f7f4e1f0974000ef6d0e4a0d2bb6b2f1) Django-Postgres application template created (#178) - [`1b7b53d`](https://github.com/docker/awesome-compose/commit/1b7b53dc441a774caefc110c444668c750e1aa78) Merge branch 'master' of github.com:UlugbekMuslitdinov/awesome-compose - [`ac543c8`](https://github.com/docker/awesome-compose/commit/ac543c821250f8dea47b0ef7fe2e14fd18f99482) Font size changed in Readme.md #179 - [`1f3a72d`](https://github.com/docker/awesome-compose/commit/1f3a72d9193ea28eaaa3f62eae777a4562196e40) Merge branch 'master' of github.com:UlugbekMuslitdinov/awesome-compose ### 📊 Changes **14 files changed** (+330 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `django-postgres/Dockerfile` (+16 -0) ➕ `django-postgres/README.md` (+83 -0) ➕ `django-postgres/django_app/__init__.py` (+0 -0) ➕ `django-postgres/django_app/__pycache__/__init__.cpython-310.pyc` (+0 -0) ➕ `django-postgres/django_app/__pycache__/settings.cpython-310.pyc` (+0 -0) ➕ `django-postgres/django_app/__pycache__/urls.cpython-310.pyc` (+0 -0) ➕ `django-postgres/django_app/__pycache__/wsgi.cpython-310.pyc` (+0 -0) ➕ `django-postgres/django_app/asgi.py` (+16 -0) ➕ `django-postgres/django_app/settings.py` (+129 -0) ➕ `django-postgres/django_app/urls.py` (+21 -0) ➕ `django-postgres/django_app/wsgi.py` (+16 -0) ➕ `django-postgres/docker-compose.yml` (+24 -0) ➕ `django-postgres/manage.py` (+22 -0) ➕ `django-postgres/requirements.txt` (+3 -0) </details> ### 📄 Description This pull request resolves #180 . This template shows the way how to connect your Django project with PostgreSQL database using docker-compose. Signed-off-by: Ulugbek Muslitdinov <ulugbekmuslitdinov@gmail.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:25:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#874