Skip to content

Latest commit

 

History

History
121 lines (81 loc) · 3.63 KB

index.rst

File metadata and controls

121 lines (81 loc) · 3.63 KB
layout:landing
description:Falco is an opinionated toolkit for a modern Django development experience.
Falco

Falco

An opinionated toolkit for building web apps faster with Django

PyPI Version UV Ruff Version MIT License Supported Python Versions Supported Django Versions PyPI Downloads Documentation Status
.. rst-class:: lead

    Falco is your Django toolkit for faster prototyping and deployment of your Django projects. It offers commands for `project generation <https://github.com/falcopackages/falco-cli#start-project>`_,
    `CRUD view generation <https://falco-app.readthedocs.com/crud>`_, :doc:`guides <guides/index>` that address common web development challenges tailored to Django and much more.

.. grid:: 1 1 2 3
    :class-row: surface
    :padding: 0
    :gutter: 2

    .. grid-item-card:: :octicon:`terminal` CLI
      :link: https://github.com/falcopackages/falco-cli

      The documentation for the falco command line interface (CLI).

    .. grid-item-card:: :octicon:`repo-template` Starter Template
      :link: https://template.falcoproject.com

      The starter template for new Django projects using Falco.

    .. grid-item-card:: :octicon:`package` Application
      :link: https://app.falcoproject.com

      Set of custom commands and utilities to improve your developer experience.

    .. grid-item-card:: :octicon:`book` Guides
      :link: guides/index
      :link-type: doc

      A collection of guides on common web development topics and how to address them in django.

    .. grid-item-card:: :octicon:`comment-discussion` Discussion
      :link: https://github.com/tobi-de/falco/discussions

      Provide suggestions for improving the guides and share new ideas.

    .. grid-item-card:: :octicon:`people` Contributing
      :link: contributing
      :link-type: doc

      Learn how to contribute to the Falco project.


Contributors

.. toctree::
    :caption: Getting started
    :hidden:

    quickstart
    Template <https://template.falcoproject.com>
    App <https://app.falcoproject.com>
    CLI <https://github.com/falcopackages/falco-cli>
    guides/index

.. toctree::
    :caption: Development
    :hidden:

    contributing
    codeofconduct
    license
    changelog