> On Wed, Aug 26, 2009 at 6:02 AM, Aidas Bendoraitis > <[email protected]> wrote: >> >> Hello! >> >> I created a new project based on Satchmo large. It has a custom >> payment module with it's own configuration group. The problem is that >> if I change any settings in the configuration, it is saved to the >> database, but not loaded, just the defaults are used. The modified >> configuration is used only in django development server until restart. >> If I save the configuration to LIVESETTINGS_OPTIONS in settings.py and >> define 'DB': True, all customized settings are used as expected.
Is it possible that you are loading the values from livesettings when the module is loaded, rather than dynamically at process-time? That would explain it. --- Bruce Kroeze http://www.ecomsmith.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
