{"id":15199846,"url":"https://github.com/docker-library/django","last_synced_at":"2025-10-02T15:30:29.133Z","repository":{"id":24168592,"uuid":"27558905","full_name":"docker-library/django","owner":"docker-library","description":"Docker Official Image packaging for django","archived":true,"fork":false,"pushed_at":"2017-03-08T17:44:57.000Z","size":35,"stargazers_count":129,"open_issues_count":0,"forks_count":60,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-09-25T01:33:05.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.djangoproject.com/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docker-library.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-04T20:36:24.000Z","updated_at":"2024-03-12T03:59:33.000Z","dependencies_parsed_at":"2022-07-10T10:31:57.248Z","dependency_job_id":null,"html_url":"https://github.com/docker-library/django","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-library%2Fdjango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-library%2Fdjango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-library%2Fdjango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-library%2Fdjango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker-library","download_url":"https://codeload.github.com/docker-library/django/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219875775,"owners_count":16554705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-28T02:04:50.670Z","updated_at":"2025-10-02T15:30:23.883Z","avatar_url":"https://github.com/docker-library.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED\n\nThis image is officially deprecated in favor of [the standard `python` image](https://hub.docker.com/_/python/), and will receive no further updates after 2016-12-31 (Dec 31, 2016). Please adjust your usage accordingly.\n\nFor most usages of this image, it was already not bringing in `django` from this image, but actually from your project's `requirements.txt`, so the only \"value\" being added here was the pre-installing of `mysql-client`, `postgresql-client`, and `sqlite3` for various uses of the `django` framework.\n\nFor example, a `Dockerfile` similar to the following would be a good starting point for a Django project using PostgreSQL:\n\n```dockerfile\nFROM python:3.4\n\nRUN apt-get update \\\n\t\u0026\u0026 apt-get install -y --no-install-recommends \\\n\t\tpostgresql-client \\\n\t\u0026\u0026 rm -rf /var/lib/apt/lists/*\n\nWORKDIR /usr/src/app\nCOPY requirements.txt ./\nRUN pip install -r requirements.txt\nCOPY . .\n\nEXPOSE 8000\nCMD [\"python\", \"manage.py\", \"runserver\", \"0.0.0.0:8000\"]\n```\n\n# About this Repo\n\nThis is the Git repo of the Docker [official image](https://docs.docker.com/docker-hub/official_repos/) for [django](https://registry.hub.docker.com/_/django/). See [the Docker Hub page](https://registry.hub.docker.com/_/django/) for the full readme on how to use this Docker image and for information regarding contributing and issues.\n\nThe full readme is generated over in [docker-library/docs](https://github.com/docker-library/docs), specifically in [docker-library/docs/django](https://github.com/docker-library/docs/tree/master/django).\n\nSee a change merged here that doesn't show up on the Docker Hub yet? Check [the \"library/django\" manifest file in the docker-library/official-images repo](https://github.com/docker-library/official-images/blob/master/library/django), especially [PRs with the \"library/django\" label on that repo](https://github.com/docker-library/official-images/labels/library%2Fdjango). For more information about the official images process, see the [docker-library/official-images readme](https://github.com/docker-library/official-images/blob/master/README.md).\n\n---\n\n-\t[Travis CI:  \n\t![build status badge](https://img.shields.io/travis/docker-library/django/master.svg)](https://travis-ci.org/docker-library/django/branches)\n\n\u003c!-- THIS FILE IS GENERATED BY https://github.com/docker-library/docs/blob/master/generate-repo-stub-readme.sh --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-library%2Fdjango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocker-library%2Fdjango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-library%2Fdjango/lists"}