= !FlatRateShipment module configuration = "Flat rate" assumes that every package, without any dependance on number of items, their weight or cost, always results in same shipment price. No matter will you request 1 or 100 pieces, you will always get a flat rate shipment cost. == To Download & Install == 1. Checkout module from SVN: {{{ #!sh cd djw/modules svn co http://svn.djwarehouse.org/djWarehouse/modules/trunk/FlatRateShipment }}} (alternatively all modules & source code daily stored at: http://djwarehouse.org/files/) 2. Add application to your INSTALLED_APPS (add those lines to your djw/custom/project_settings.py at the end): {{{ #!python INSTALLED_APPS += ( 'djw.modules.FlatRateShipment', ) }}} 3. Run: {{{ #!sh djw/core/manage.py syncdb }}} So it will configure tables & add initial data for module.