Using django ORM from web browser and from command line apps

bruno.desthuilliers at gmail.com bruno.desthuilliers at gmail.com
Wed Jun 22 06:57:50 EDT 2011


On Jun 22, 2:21 am, News123 <news1... at free.fr> wrote:
> Out of curiousity: Do you know whether the imports would be executed for
> each potential command as soon as I call manage.py or only
> 'on demand'?

Why would you care ? Just importing the module shouldn't have any side
effect.



More information about the Python-list mailing list