Site Sections: Satchmo Main | Wiki | Demo Store |

Changeset 1387

Show
Ignore:
Timestamp:
08/07/2008 03:05:37 AM (1 year ago)
Author:
chris
Message:

Minor rest formatting changes to custom product docs.

Files:

Legend:

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

    r1384 r1387  
    8181configuration. 
    8282 
    83 1. Make sure that the app with your product model is in your project's 
    84 ``INSTALLED_APPS`` setting. 
     831. Make sure that the app with your product model is in your project's ``INSTALLED_APPS`` setting. 
    8584 
    86852. Run ``python manage.py syncdb`` in your project directory. 
     
    90894. Enable the new model in Satchmo's settings. 
    9190    1. Go to "Edit Site Settings" in the admin app. 
    92     2. Look in the "Product Settings" section and find the "Product Model 
    93     Options" setting. 
     91    2. Look in the "Product Settings" section and find the "Product Model Options" setting. 
    9492    3. Add your new product model and click "Save". 
    9593