{"id":16969570,"url":"https://github.com/wilfredinni/django-starter-template","last_synced_at":"2026-02-07T20:02:39.726Z","repository":{"id":35017998,"uuid":"467287325","full_name":"wilfredinni/django-starter-template","owner":"wilfredinni","description":"A comprehensive and easy-to-use starting point for your new API with Django and DRF","archived":false,"fork":false,"pushed_at":"2026-01-23T23:05:42.000Z","size":2948,"stargazers_count":51,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-24T10:15:09.382Z","etag":null,"topics":["api","api-rest","boilerplate","celery","django","django-rest-framework","djangorestframework","postgresql","python","redis","rest","template"],"latest_commit_sha":null,"homepage":"https://wilfredinni.github.io/django-starter-template/","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/wilfredinni.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-07T23:02:17.000Z","updated_at":"2026-01-23T22:57:35.000Z","dependencies_parsed_at":"2025-12-19T06:01:59.277Z","dependency_job_id":null,"html_url":"https://github.com/wilfredinni/django-starter-template","commit_stats":null,"previous_names":[],"tags_count":30,"template":true,"template_full_name":null,"purl":"pkg:github/wilfredinni/django-starter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredinni%2Fdjango-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredinni%2Fdjango-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredinni%2Fdjango-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredinni%2Fdjango-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilfredinni","download_url":"https://codeload.github.com/wilfredinni/django-starter-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilfredinni%2Fdjango-starter-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29206827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"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":["api","api-rest","boilerplate","celery","django","django-rest-framework","djangorestframework","postgresql","python","redis","rest","template"],"created_at":"2024-10-14T00:25:44.641Z","updated_at":"2026-02-07T20:02:39.714Z","avatar_url":"https://github.com/wilfredinni.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/wilfredinni/django-starter-template/refs/heads/main/static/logo.png\" data-canonical-src=\"/logo.png\" width=\"130\" height=\"130\" /\u003e\n\n# Django starter template\n\nA comprehensive and easy-to-use starting point for your new API with **Django** and **DRF**.\n\n[![Test Status](https://github.com/wilfredinni/django-starter-template/actions/workflows/test.yml/badge.svg)](https://github.com/wilfredinni/django-starter-template/actions/workflows/test.yml)\n[![CodeQL Status](https://github.com/wilfredinni/django-starter-template/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/wilfredinni/django-starter-template/actions/workflows/github-code-scanning/codeql)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/wilfredinni/django-starter-template?tab=MIT-1-ov-file#readme)\n\u003c/div\u003e\n\n\n## ✨ Key Features\n\nThis template is packed with features to help you build amazing APIs:\n\n-   **User Authentication:** Secure token-based authentication with `django-rest-knox`.\n-   **Background Tasks:** Asynchronous task processing with `Celery` and `Redis`.\n-   **API Documentation:** Automatic OpenAPI 3 schema generation with `drf-spectacular`.\n-   **Centralized Logging:** Structured JSON logging for easy monitoring.\n-   **Custom User Model:** Email-based authentication for a modern user experience.\n-   **And much more!** Explore the documentation to discover all the features.\n-   **AI Tools:** Useful prompts to enhance your development experience with GitHub Copilot, Gemini CLI agent, and Roo Code.\n\n## Quick Start\n\n### Prerequisites\n- 🐋 Docker\n- 🐳 Docker Compose\n- ⚡ uv (for IDE support)\n- 🛠️ make (optional, for shortcuts)\n\n### Setup Steps\n\n1. Use [GitHub's template feature](https://github.com/new?template_name=django-starter-template\u0026template_owner=wilfredinni) (recommended) or clone repository\n2. Start services: `make up` (or `docker compose up`)\n3. In another terminal, run migrations: `make migrate` (or `docker compose exec backend python manage.py migrate`)\n4. Create superuser: `make superuser` (or `docker compose exec backend python manage.py createsuperuser`)\n5. Access API at `http://localhost:8000`\n\n**Quick Commands:**\n```bash\nmake help          # See all available commands\nmake test          # Run tests\nmake seed          # Populate database with sample data\nmake logs          # View application logs\n```\n\n**For IDE support (IntelliSense, autocomplete):**\n```bash\nuv sync --all-extras\n```\nThis installs dependencies locally so your IDE can provide code completion while your code runs in Docker.\n\n## 📖 Explore the Documentation\n\nThis documentation is your guide to building amazing applications with the Django Starter Template. Use the navigation on the left to explore the different sections.\n\n-   **[Development](https://wilfredinni.github.io/django-starter-template/development):** Learn about the development workflow, including how to run tests, and use the scripts.\n-   **[AI Tools](https://wilfredinni.github.io/django-starter-template/ai_tools):** Explore useful prompts to enhance your development experience with GitHub Copilot.\n-   **[Project Structure](https://wilfredinni.github.io/django-starter-template/project_structure):** Get an overview of the project's directory structure.\n-   **[Project Settings](https://wilfredinni.github.io/django-starter-template/settings):** Understand the available settings and how to configure your project.\n-   **[Dependencies](https://wilfredinni.github.io/django-starter-template/dependencies):** See a list of all the project's dependencies.\n-   **[Authentication](https://wilfredinni.github.io/django-starter-template/authentication):** Learn how to use the authentication and user management endpoints.\n-   **[Core App](https://wilfredinni.github.io/django-starter-template/core_endpoints):** Discover the core functionalities and API endpoints.\n-   **[Logging](https://wilfredinni.github.io/django-starter-template/logging):** Understand the logging system and how to use it.\n-   **[Celery Tasks](https://wilfredinni.github.io/django-starter-template/tasks):** Learn how to create and manage background tasks.\n-   **[Rate Limiting](https://wilfredinni.github.io/django-starter-template/rate_limiting):** Configure rate limiting to protect your API.\n-   **[Database Seeding](https://wilfredinni.github.io/django-starter-template/database_seeding):** Learn how to seed your database with initial data.\n-   **[Testing](https://wilfredinni.github.io/django-starter-template/testing):** Understand how to run and write tests for your project.\n-   **[Environment Setup](https://wilfredinni.github.io/django-starter-template/environment_setup):** Learn how to set up your development environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilfredinni%2Fdjango-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilfredinni%2Fdjango-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilfredinni%2Fdjango-starter-template/lists"}