[BangPypers] How to dynamically load modules in Django/Python

Saager Mhatre saager.mhatre at gmail.com
Wed Dec 17 17:40:49 CET 2014


On Mon, Dec 15, 2014 at 1:52 AM, mithun chackravarthy <vbnetmithun at gmail.com
> wrote:
>
>
> How can I achieve this.Thanks for your time.
>

I suppose the __import__ function
<https://docs.python.org/3/library/functions.html#__import__> should be a
good start.

- d


More information about the BangPypers mailing list