Re: How to modify subpackage in django project

2014-08-04 Thread Collin Anderson
I recommend not messing with sys.modules. Does your huge package not have any other way to override things? Is there a smaller package that you can use instead? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

How to modify subpackage in django project

2014-08-03 Thread Chong Li
I am running into a problem that I need to change a subpakcage of a big third party package. the big package, lets say foo, includes many subpackages, and I want to modify one of them, lets say bar. After weighing many options, I decide to dynamically change sys.modules when my django project