Site Sections: Satchmo Main | Wiki | Demo Store |

Changeset 1413

Show
Ignore:
Timestamp:
08/14/2008 08:14:37 PM (11 months ago)
Author:
jshaffer
Message:

Minor changes to custom product docs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • satchmo/trunk/docs/custom-product.txt

    r1387 r1413  
    120120 
    121121 
    122 If you create a MyNewProduct and view its page in the store, the page will have 
    123 the title you assigned it in the admin app. Notice that the custom product model 
    124 is accessed as an attribute of ``product``. 
     122If you create a ``MyNewProduct`` and view its page in the store, the page will 
     123have the title you assigned it in the admin app. Notice that the 
     124``MyNewProduct`` is accessed as an attribute of ``product``. 
    125125 
    126126For more examples, look at ``product/models.py``,