{"id":16573446,"url":"https://github.com/egel/django-start-app","last_synced_at":"2026-04-16T23:03:08.629Z","repository":{"id":254427440,"uuid":"846492217","full_name":"egel/django-start-app","owner":"egel","description":"A simple Django 5.1 app following good practices.","archived":false,"fork":false,"pushed_at":"2024-08-23T14:10:37.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T15:24:05.704Z","etag":null,"topics":["django","django5-starter","dockerfile"],"latest_commit_sha":null,"homepage":"","language":"Python","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/egel.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-23T10:22:50.000Z","updated_at":"2024-08-23T14:10:40.000Z","dependencies_parsed_at":"2024-11-15T15:46:44.501Z","dependency_job_id":"26cfe375-b0fc-48cf-a668-5f752a8adf0a","html_url":"https://github.com/egel/django-start-app","commit_stats":null,"previous_names":["egel/django-start-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/egel/django-start-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egel%2Fdjango-start-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egel%2Fdjango-start-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egel%2Fdjango-start-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egel%2Fdjango-start-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egel","download_url":"https://codeload.github.com/egel/django-start-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egel%2Fdjango-start-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","django5-starter","dockerfile"],"created_at":"2024-10-11T21:42:13.269Z","updated_at":"2026-04-16T23:03:08.584Z","avatar_url":"https://github.com/egel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-start-app\n\nA simple Django 5.1 app following good practices.\n\n## Dev\n\n```bash\n# environment\npyenv install 3.12.5\npip install virtualenv\nvirtualenv venv\nsource venv/bin/activate\n\n# app\ncd myapp\npip install -r requirements.txt\npython manage.py runserver  # open app in default localhost:8000\n```\n\nor build locally via Dockerfile:\n\n```bash\ndocker build -t django-start-app -f Dockerfile-myapp .\ndocker run --rm -d -p 8000:8000 django-start-app:5.1 # or :latest\n```\n\nor pull the image from dockerhub:\n\n```bash\ndocker run --rm -d -p 8000:8000 egel/django-start-app:latest\n```\n\n### rebuild images\n\nmacOS\n\n```bash\ncd myapp\ndocker buildx create --name my-builder\ndocker buildx use my-builder\ndocker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t egel/django-start-app:5.1 -f Dockerfile-myapp . --push\n```\n\n## License\n\nBSD 3-Clause License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegel%2Fdjango-start-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegel%2Fdjango-start-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegel%2Fdjango-start-app/lists"}