It looks ok to me, at least to the extent that I don't know if there one way of
implementing __getitem__ is better than any other for purposes of traversal,
as long as it returns the right answer.
- C
Nikos Papagrigoriou wrote:
> Hi everyone,
>
> I used the bfg_alchemy paster template to creat
Hi everyone,
I used the bfg_alchemy paster template to create a default project
with Traversal and SQLAlchemy. This gave me an initial insight on how
to use traversal with an ORM and support URLs like
http://example.com/projects/{project_id}.
In order to support something like:
- http://e