From ea18a50b5e38afdc01748473036988be5289718a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 24 Jun 2009 19:41:09 +0000 Subject: - ``repoze.bfg`` no longer relies on the Routes package to interpret URL paths. --- docs/narr/project.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/narr/project.rst') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 3de146e8e..b465082eb 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -92,10 +92,10 @@ application's Python code and templates. `_ also exist. Use ``paster create -t bfg_zodb`` to create a project that depends on ZODB. Use ``paster create -t bfg_routesalchemy`` to create a project that depends on - SQLAlchemy and Routes (uses only :term:`URL dispatch` and no - :term:`traversal`). Use ``paster create -t bfg_alchemy`` to create - a project that depends on SQLAlchemy but *not* Routes (uses - only :term:`traversal` and no :term:`URL dispatch`). + SQLAlchemy and :term:`URL dispatch` (no :term:`traversal`). Use + ``paster create -t bfg_alchemy`` to create a project that depends + on SQLAlchemy but *not* :term:`URL dispatch` (uses only + :term:`traversal`). Installing your Newly Created Project for Development ----------------------------------------------------- -- cgit v1.2.3