- Timestamp:
- 12 Apr 2010, 14:28:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/coursecontainer.txt
r5005 r5140 6 6 Containers for courses. 7 7 8 :Test-Layer: unit 8 .. :doctest: 9 .. :layer: waeup.sirp.testing.WAeUPSIRPUnitTestLayer 9 10 10 Because this module makes use of components registered with the Zope11 Component Architecture (ZCA), we first have to grok the `waeup`12 package if we want to deploy it. This happens automatically in13 real-world use:14 15 >>> import grok16 >>> grok.testing.grok('waeup')17 11 18 12 Content Classes (models and containers)
Note: See TracChangeset for help on using the changeset viewer.