{"id":20840065,"url":"https://github.com/ackama/django-template","last_synced_at":"2025-05-08T21:44:43.563Z","repository":{"id":199838236,"uuid":"703852646","full_name":"ackama/django-template","owner":"ackama","description":"A template for initiating new Django projects","archived":false,"fork":false,"pushed_at":"2025-03-19T03:58:27.000Z","size":1071,"stargazers_count":4,"open_issues_count":9,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-31T18:41:17.090Z","etag":null,"topics":["django","python","template-repository"],"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/ackama.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":"2023-10-12T03:40:31.000Z","updated_at":"2025-03-19T03:58:29.000Z","dependencies_parsed_at":"2023-11-16T05:22:06.378Z","dependency_job_id":"b81ef805-e6f2-4994-b937-d6bc90804474","html_url":"https://github.com/ackama/django-template","commit_stats":null,"previous_names":["ackama/django-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ackama%2Fdjango-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ackama%2Fdjango-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ackama%2Fdjango-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ackama%2Fdjango-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ackama","download_url":"https://codeload.github.com/ackama/django-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154210,"owners_count":21862481,"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":["django","python","template-repository"],"created_at":"2024-11-18T01:15:09.408Z","updated_at":"2025-05-08T21:44:43.530Z","avatar_url":"https://github.com/ackama.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Template Project\n\nExpected Python Version: 3.12.x\n\n## Purpose\n\nThis project is intended as:\n\n- a kick-off point for projects\n- an evolving codebase which implements our best practices at the time\n- a place where we can document decisions that have been made about practices\n    - e.g.: why X was picked, why Y was avoided (+ pros \u0026 cons)\n\n## Usage\n\nTo create a new project from this template, you must have the most recent stable version\nof Django installed in order to run the `startproject` command. The simplest way to do\nthis is with [pipx][pipx]:\n\n```shell\npipx install django\n```\n\nThis will ensure that the `django-admin` command is available in your shell. From there\nyou can create a new project with the following command:\n\n```shell\ndjango-admin startproject --template path/to/django-template/template/ --extension py,env,sh,toml,yml --exclude nothing \u003cproject_name\u003e\n```\n\n\u003e [!NOTE]\n\u003e When initiating a Django project with a custom template, be aware that directories starting with\n\u003e a dot (e.g., `.github` for GitHub Actions workflows) are not included by default. A workaround\n\u003e from Django 4.0 onwards involves using the `--exclude` option with the `startproject` command.\n\u003e Oddly, specifying `--exclude` with a non-existent directory can allow these dot-prefixed\n\u003e directories to be copied. This trick can ensure that essential configurations like `.github` are\n\u003e included in your project setup.\n\n\u003e [!WARNING]\n\u003e The name of your project _must_ be a valid Python package name - that means\n\u003e underscores (`_`) not hyphens (`-`) for name separators please.\n\nRunning the Django admin command will create a new project in the folder specified in\nwith `\u003cproject_name\u003e`.\n\n## Contributing\n\nIf you have ideas for improvements, open a PR with your idea or propose it in the guild\nchannel\n\nFeature branches are encouraged, and merging should on consensus from guild\n\n\u003c!-- Links --\u003e\n[pipx]: https://pypa.github.io/pipx/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fackama%2Fdjango-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fackama%2Fdjango-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fackama%2Fdjango-template/lists"}