{"id":19751428,"url":"https://github.com/darth-knoppix/django-docker-template","last_synced_at":"2026-04-16T05:32:12.428Z","repository":{"id":46845333,"uuid":"265911869","full_name":"Darth-Knoppix/django-docker-template","owner":"Darth-Knoppix","description":"A Django Docker template for laziness","archived":false,"fork":false,"pushed_at":"2021-09-22T19:03:09.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-17T19:46:24.671Z","etag":null,"topics":["django","docker","docker-compose","python"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Darth-Knoppix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-21T17:34:02.000Z","updated_at":"2020-06-08T08:30:52.000Z","dependencies_parsed_at":"2022-08-21T06:10:47.580Z","dependency_job_id":null,"html_url":"https://github.com/Darth-Knoppix/django-docker-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Darth-Knoppix/django-docker-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darth-Knoppix%2Fdjango-docker-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darth-Knoppix%2Fdjango-docker-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darth-Knoppix%2Fdjango-docker-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darth-Knoppix%2Fdjango-docker-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Darth-Knoppix","download_url":"https://codeload.github.com/Darth-Knoppix/django-docker-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darth-Knoppix%2Fdjango-docker-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["django","docker","docker-compose","python"],"created_at":"2024-11-12T02:43:55.815Z","updated_at":"2026-04-16T05:32:12.360Z","avatar_url":"https://github.com/Darth-Knoppix.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting Started\n\n## Creating a new project\n\n`sudo docker-compose run web django-admin startproject \u003cmy_new_django_project\u003e .`\n\n## Config the DB\n\n```py\n# settings.py\nDATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.postgresql',\n        'NAME': 'postgres',\n        'USER': 'postgres_user',\n        'PASSWORD': 'postgres_pass',\n        'HOST': 'db',\n        'PORT': 5432,\n    }\n}\n```\n\n## Starting and stopping the app\n\nStart with `docker-compose up` and stop with `docker-compose down`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarth-knoppix%2Fdjango-docker-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarth-knoppix%2Fdjango-docker-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarth-knoppix%2Fdjango-docker-template/lists"}