Re: What is best practice for pluggable modules in app
> Lets say I have shipping app called Shipping which is used for ups and > fedex. > I want just using settings.py to enable/disable them. > > The structure could be: > project > shipping > modules > ups > fedex > > A
What is best practice for pluggable modules in app
Lets say I have shipping app called Shipping which is used for ups and fedex. I want just using settings.py to enable/disable them. The structure could be: project shipping modules ups fedex And by putting in setting