Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.98 KB

index.rst

File metadata and controls

52 lines (33 loc) · 1.98 KB
image:https://raw.githubusercontent.com/Tobi-De/falco/main/assets/og-image.jpg
description:start a new django project ready for your next saas idea.

Start project

.. cappa:: falco.commands.StartProject

Initialize a new django project the falco way. This project-starter makes several assumptions; we'll go through the most important choices I made in the next couples of sections. I'll list some alternatives below in case you don't agree with my choices. But even if you choose to use an alternative, most commands can still be useful to you, and the guides are not particularly tied to the generated project. So, even with another project-starter, Falco can still bring you value.

$ falco start-project myproject

Note

The authors key of the [tool.project] section in the pyproject.toml is set using your git global user configuration. If you haven't set it yet, see this page.

The subsequent sections will delve deeper into the folder structure, package choices, and provide guidance on deploying your project.

Alternative starters

Here are some alternative project starters that you can consider if the falco starter is not to your liking:

.. toctree::
   :hidden:

   structure
   packages
   dependency
   deploy
   issues