{"id":22529515,"url":"https://github.com/falcopackages/falco","last_synced_at":"2025-08-03T23:33:21.480Z","repository":{"id":257824178,"uuid":"854287947","full_name":"falcopackages/falco","owner":"falcopackages","description":"An opinionated toolkit for building web apps faster with Django.","archived":false,"fork":false,"pushed_at":"2024-10-17T13:10:57.000Z","size":3675,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-19T11:11:44.081Z","etag":null,"topics":["cookiecutter","django","htmx","starter-kit","starter-project","starter-template","webapp"],"latest_commit_sha":null,"homepage":"https://falco.oluwatobi.dev/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/falcopackages.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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-09-08T21:39:47.000Z","updated_at":"2024-10-17T13:11:00.000Z","dependencies_parsed_at":"2024-10-19T08:03:26.617Z","dependency_job_id":null,"html_url":"https://github.com/falcopackages/falco","commit_stats":null,"previous_names":["falcopackages/falco"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcopackages%2Ffalco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcopackages%2Ffalco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcopackages%2Ffalco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcopackages%2Ffalco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/falcopackages","download_url":"https://codeload.github.com/falcopackages/falco/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228571838,"owners_count":17938773,"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":["cookiecutter","django","htmx","starter-kit","starter-project","starter-template","webapp"],"created_at":"2024-12-07T07:15:11.570Z","updated_at":"2025-08-03T23:33:21.471Z","avatar_url":"https://github.com/falcopackages.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Falco\n\n\u003e [!IMPORTANT]\n\u003e Work in progress, not ready, not released yet, currently this is the place to go https://github.com/falcopackages/falco-cli\n\n**An opinionated toolkit for a better Django developer experience**\n\n\u003cimg align=\"right\" width=\"170\" height=\"150\" src=\"https://raw.githubusercontent.com/falcopackages/falco/refs/heads/main/docs/_static/falco-logo.svg\"\u003e\n\n[![CI](https://github.com/Tobi-De/falco/actions/workflows/ci.yml/badge.svg)](https://github.com/Tobi-De/falco/actions/workflows/ci.yml)\n[![Publish Python Package](https://github.com/Tobi-De/falco/actions/workflows/publish.yml/badge.svg)](https://github.com/Tobi-De/falco/actions/workflows/publish.yml)\n[![Documentation](https://readthedocs.org/projects/falco-app/badge/?version=latest\u0026style=flat)](https://beta.readthedocs.org/projects/falco-app/builds/?version=latest)\n[![pypi](https://badge.fury.io/py/falco-app.svg)](https://pypi.org/project/falco-app/)\n[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Tobi-De/falco/blob/main/LICENSE)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/falco-app)](https://pypi.org/project/falco-app/)\n[![PyPI - Versions from Framework Classifiers](https://img.shields.io/pypi/frameworkversions/django/falco-app)](https://pypi.org/project/falco-app/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/falco-app)](https://pypistats.org/packages/falco-app)\n\nFalco is an opinionated toolkit designed to speed up web app development with Django. It helps you get to production in just a few minutes while keeping your project close to the standard Django structure, keeping things simple and manageable.\n\n\n## 🚀 Features\n\n- Django 5.1 and Python 3.11 support\n- Email Login via [django-allauth](https://django-allauth.readthedocs.io/en/latest/)\n- Integration with `htmx` using `django-htmx`\n- [CRUD View Generation](https://falco.oluwatobi.dev/the_cli/crud.html) for your models with optional integrations with `django-tables2` and `django-filters`.\n- Built-in **Project Versioning** with `bump2version`, Git integration, automatic changelog updates, and GitHub release creation.\n- **Automated Deployment**: Deploy your project to a VPS (using [fabric](https://www.fabfile.org/)) or Docker-based platform with ease.\n- Styling with [Tailwind CSS](https://tailwindcss.com/) (including [DaisyUI](https://daisyui.com/)) or [Bootstrap](https://getbootstrap.com/).\n- And much more! Check out the full list of packages [here](https://falco.oluwatobi.dev/the_cli/start_project/packages.html)\n\n\n## 📚 Table of Contents\n\n- [Falco](#falco)\n  - [🚀 Features](#-features)\n  - [📚 Table of Contents](#-table-of-contents)\n  - [📖 Installation](#-installation)\n  - [♥️ Acknowledgements](#️-acknowledgements)\n  - [👥 Contributors](#-contributors)\n  - [📜 License](#-license)\n\n## 📖 Installation\n\n```console\npip install falco-app\n```\n\nRead the [documentation](https://falco.oluwatobi.dev) for more information on how to use Falco.\n\n## ♥️ Acknowledgements\n\nFalco is inspired by (and borrows elements from) some excellent open source projects:\n\n- [django-twc-project](https://github.com/westerveltco/django-twc-project)\n- [cookiecutter-django](https://github.com/cookiecutter/cookiecutter-django)\n- [fuzzy-couscous](https://github.com/Tobi-De/fuzzy-couscous) (predecessor of falco)\n- [django-hatch-startproject](https://github.com/oliverandrich/django-hatch-startproject)\n- [django-unicorn](https://github.com/adamghill/django-unicorn) (Inspiration for the logo)\n- [neapolitan](https://github.com/carltongibson/neapolitan)\n- [django-base-site](https://github.com/epicserve/django-base-site)\n- [django-cptemplate](https://github.com/softwarecrafts/django-cptemplate)\n- [djangox](https://github.com/wsvincent/djangox)\n\n## 👥 Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\u003c!-- contributors:start --\u003e\nThanks to the following wonderful people [emoji key](https://allcontributors.org/docs/en/emoji-key) who have helped build `falco`.\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://oluwatobi.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/40334729?v=4?s=100\" width=\"100px;\" alt=\"Tobi DEGNON\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTobi DEGNON\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Tobi-De/falco/commits?author=Tobi-De\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/Tobi-De/falco/commits?author=Tobi-De\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/Tobi-De/falco/commits?author=Tobi-De\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/hammadarshad1\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/45298916?v=4?s=100\" width=\"100px;\" alt=\"Muhammad Hammad\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMuhammad Hammad\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-hammadarshad1\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mathiasag7\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/50689712?v=4?s=100\" width=\"100px;\" alt=\"mathiasag7\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emathiasag7\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Tobi-De/falco/commits?author=mathiasag7\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://mainlydata.kubadev.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/403435?v=4?s=100\" width=\"100px;\" alt=\"Richard Shea\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRichard Shea\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Tobi-De/falco/commits?author=shearichard\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://lexumsoft.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/96701299?v=4?s=100\" width=\"100px;\" alt=\"Waqar Khan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWaqar Khan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Tobi-De/falco/commits?author=786raees\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tissieres\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2410978?v=4?s=100\" width=\"100px;\" alt=\"tissieres\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003etissieres\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#financial-tissieres\" title=\"Financial\"\u003e💵\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://lepture.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/290496?v=4?s=100\" width=\"100px;\" alt=\"Hsiaoming Yang\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHsiaoming Yang\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Tobi-De/falco/issues?q=author%3Alepture\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/aimedey19\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/89580257?v=4?s=100\" width=\"100px;\" alt=\"Aimé An-Nyong DEGBEY\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAimé An-Nyong DEGBEY\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-aimedey19\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/earthcomfy\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/66206865?v=4?s=100\" width=\"100px;\" alt=\"Hana Belay\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHana Belay\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Tobi-De/falco/commits?author=earthcomfy\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\u003c!-- contributors:end --\u003e\n\n## 📜 License\n\n`falco` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalcopackages%2Ffalco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalcopackages%2Ffalco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalcopackages%2Ffalco/lists"}