Prerequisites
- Core (all apps)
- Simple apps
- Production apps
Install the CLI
feather new. You can now run it from any directory.
Extras and reproducible builds
The generated project’srequirements.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.