On Fri, Aug 7, 2009 at 1:07 AM, anil <[email protected]> wrote: > > Hello there, > > > i added config file in discount module but i can not access it. How to > load config file automatically (without load_module(blabla))
If I understand your question properly, you generally would add a line saying "import config" at the end of your models.py file. -Bruce Kroeze --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
