{"id":19605280,"url":"https://github.com/somethingmorerelevant/django-cookiecutter-rest","last_synced_at":"2025-04-27T19:32:48.541Z","repository":{"id":37075379,"uuid":"442350107","full_name":"somethingmorerelevant/django-cookiecutter-rest","owner":"somethingmorerelevant","description":"A cookiecutter template for Django \u0026 Django rest framework to with just the bare minimum required to get started","archived":false,"fork":false,"pushed_at":"2023-07-10T19:46:38.000Z","size":113,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T02:33:35.907Z","etag":null,"topics":["12-factor-app","cookiecutter","cookiecutter-template","django","django-rest-framework","django-templates","hacktoberfest","python","starter-project"],"latest_commit_sha":null,"homepage":"https://github.com/n0tNoah/django-cookiecutter-rest","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/somethingmorerelevant.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2021-12-28T04:39:34.000Z","updated_at":"2024-07-16T14:09:19.000Z","dependencies_parsed_at":"2024-11-11T09:49:46.545Z","dependency_job_id":"fb55cbfe-35cf-4a2d-9f4c-b39b42a4ac3c","html_url":"https://github.com/somethingmorerelevant/django-cookiecutter-rest","commit_stats":null,"previous_names":["cngpowered/django-cookiecutter-rest","somethingmorerelevant/django-cookiecutter-rest"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somethingmorerelevant%2Fdjango-cookiecutter-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somethingmorerelevant%2Fdjango-cookiecutter-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somethingmorerelevant%2Fdjango-cookiecutter-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somethingmorerelevant%2Fdjango-cookiecutter-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/somethingmorerelevant","download_url":"https://codeload.github.com/somethingmorerelevant/django-cookiecutter-rest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251196204,"owners_count":21550920,"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":["12-factor-app","cookiecutter","cookiecutter-template","django","django-rest-framework","django-templates","hacktoberfest","python","starter-project"],"created_at":"2024-11-11T09:42:14.236Z","updated_at":"2025-04-27T19:32:48.535Z","avatar_url":"https://github.com/somethingmorerelevant.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Django Rest Cookiecutter template for Rest Framework/DRF\n\na django cookiecutter rest framework /drf cookiecutter template for bootstrapping `headless` **Django** with minimal efforts and ensuring the best practices followed in at the very beginning,\n\n[![Sanity Check](https://github.com/Vi6hal/django-cookiecutter-rest/actions/workflows/sanitycheck.yml/badge.svg?branch=master)](https://github.com/Vi6hal/django-cookiecutter-rest/actions/workflows/sanitycheck.yml)\n\n## Features\nThis template does not force you to integrate `boto3`,`postgres`,`docker` or any other dependancy / practices, but rather focuses on the important and crucial things,at the same time giving you options to branch out in directions with the boilerplate,it let's you deicde your pizza toppings as you develop further, while [agconti/cookiecutter-django-rest](https://github.com/agconti/cookiecutter-django-rest) changes things drastically in terms of settings,packages and project structure that i feel a need to start over.\n\n- For Django 3.2.10\n- Works with Python 3.9/3.8/3.7\n- [12-Factor](http://12factor.net/) compliance\n- Optimized development and production settings\n- Comes with custom user model ready to go\n- Docker support using [Dockerfile](https://github.com/docker) for development and production\n- [Procfile](https://devcenter.heroku.com/articles/procfile) for deploying to Heroku\n- PostgreSQL support\n- Default integration with [pre-commit](https://github.com/pre-commit/pre-commit) for identifying simple issues before submission to code review\n\n## Usage\n\nLet's pretend you want to create a Django project called \"petstore\". Rather than using `startproject`\nand then editing the results to include your name, email, and various configuration issues that always get forgotten until the worst possible moment, get [cookiecutter](https://github.com/cookiecutter/cookiecutter) to do all the work.\n\nFirst, get Cookiecutter:\n\n    $ pip install \"cookiecutter\u003e=1.7.0\"\n\nNow run it against this repo:\n\n    $ cookiecutter https://github.com/vi6hal/django-cookiecutter-rest/\n\nYou'll be prompted for some values. Provide them, then a Django project will be created for you.\n\n## Contributing \nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\nSuggestions,opinions \u0026 issues are welcome.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## Authors\n\n* **Vishal P** - *Initiator* - [vi6hal](https://github.com/Vi6hal)\n\n##  Acknowledgments\n- 🎩 Hat tip to anyone whose code was used\n- Inspired by [agconti/cookiecutter-django-rest](https://github.com/agconti/cookiecutter-django-rest)\n\n###### Powered by [Cookiecutter](https://github.com/cookiecutter/cookiecutter) \u0026 [Django](https://www.djangoproject.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomethingmorerelevant%2Fdjango-cookiecutter-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomethingmorerelevant%2Fdjango-cookiecutter-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomethingmorerelevant%2Fdjango-cookiecutter-rest/lists"}