Previous topic

Adding a Product to Your Store

Next topic

Managing Your Store

Documentation Version:

Deploying A StoreΒΆ

Once your store has been successfully created in your testing environment, you will want to keep a few things in mind when deploying into production:

  • Follow the notes in the Django deployment guide for your server setup.
  • Double check and make sure that you have DEBUG = False in your settings
  • Disable your test urls for your payment modules.

Note

Remember, after saving changes to your payment processor, you will need to restart your server for the changes to take effect.

  • Run a small transaction through the live store to verify payment works.
  • Let the world know about your store by submitting it here