Changeset 1413
- Timestamp:
- 08/14/2008 08:14:37 PM (11 months ago)
- Files:
-
- satchmo/trunk/docs/custom-product.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
satchmo/trunk/docs/custom-product.txt
r1387 r1413 120 120 121 121 122 If you create a MyNewProduct and view its page in the store, the page will have123 the title you assigned it in the admin app. Notice that the custom product model 124 is accessed as an attribute of ``product``.122 If you create a ``MyNewProduct`` and view its page in the store, the page will 123 have the title you assigned it in the admin app. Notice that the 124 ``MyNewProduct`` is accessed as an attribute of ``product``. 125 125 126 126 For more examples, look at ``product/models.py``,
