You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify in the tutorial that the URL slug for each kind is derived from
the model class name (so ``DwarfPlanet`` is reached at ``/dwarfplanets``,
no underscore), and that the SQLite database persists across runs.
Seed the database via a plain SQLAlchemy ``Session`` rather than spinning
up a throwaway ``falcon_sqla.Manager`` just to use its ``session_scope``
inside ``init_engine``.
0 commit comments