{"id":20688715,"url":"https://github.com/astechedu/sample-dockerized-django-app","last_synced_at":"2026-04-29T23:08:13.609Z","repository":{"id":157088686,"uuid":"583393840","full_name":"astechedu/sample-dockerized-django-app","owner":"astechedu","description":"This is sample dockerized django app.","archived":false,"fork":false,"pushed_at":"2022-12-30T10:42:42.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T17:07:32.766Z","etag":null,"topics":["django-application","docker","docker-django","dockerfile","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/astechedu.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-29T16:40:38.000Z","updated_at":"2022-12-29T18:41:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"abb73313-c6f2-4d97-9bdc-8dc5d8650bb4","html_url":"https://github.com/astechedu/sample-dockerized-django-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/astechedu/sample-dockerized-django-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-django-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-django-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-django-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-django-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astechedu","download_url":"https://codeload.github.com/astechedu/sample-dockerized-django-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astechedu%2Fsample-dockerized-django-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32447325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-application","docker","docker-django","dockerfile","python"],"created_at":"2024-11-16T23:06:42.882Z","updated_at":"2026-04-29T23:08:13.583Z","avatar_url":"https://github.com/astechedu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized Django App\n\nThis is sample docker django app.\n\n\n# Dockerfile \n\n    FROM python:3.8\n    RUN apt-get update \\\n      \u0026\u0026 apt-get install -y --no-install-recommends \\\n                    #postgresql-client \\\t\n      \u0026\u0026 rm -rf /var/lib/apt/lists/*\n\n    WORKDIR /usr/src/app\n    COPY requirements.txt ./\n    RUN pip install -r requirements.txt\n    COPY . .\n\n    EXPOSE 8000\n    CMD [\"python\", \"manage.py\", \"runserver\", \"0.0.0.0:8000\"]\n\n\n\n#Building image\n\n\tdocker build . -t dockerized_django\n\n#Running container\n\n\tdocker run --name django-app -p 8080:8000 -d dockerized_django\n\n\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastechedu%2Fsample-dockerized-django-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastechedu%2Fsample-dockerized-django-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastechedu%2Fsample-dockerized-django-app/lists"}