Skip to main content

Prerequisites

Install the CLI

That is all you need to run feather new. You can now run it from any directory.

Extras and reproducible builds

The generated project’s requirements.txt names the extras your answers enabled, pinned to the version that generated it, so builds are reproducible:
requirements.txt
Importing a feature whose extra is missing raises an error naming the exact install command, rather than an import traceback.

Next: create your first app

Scaffold a project, run the migrations and start the dev server.