Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'imports': 0.07; '21,': 0.09; 'executed': 0.09; 'subject:django': 0.09; 'pm,': 0.10; 'wrote:': 0.14; 'head,': 0.16; 'subject:command': 0.16; 'tue,': 0.17; 'command': 0.19; 'header:In-Reply-To:1': 0.21; 'received:209.85.161.46': 0.23; 'received:mail- fx0-f46.google.com': 0.23; 'received:209.85.161': 0.26; 'message- id:@mail.gmail.com': 0.28; 'subject:web': 0.29; 'to:addr:python- list': 0.33; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:from': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'soon': 0.73; 'subject:line': 0.73; 'news123': 0.84; 'subject:apps': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=tJE758GABSjQ1ofhc3Pszb+SktXYzl4yPwyhdcbGtGU=; b=PBMe5QqJWyTzlc7td+qoD8CWBhvFaOGE01L9WNGREJbfX+OBgppngoOO0pas6MWW/M ViIii6Hcb7gP2b5XbhzrpPFjbGjltwpUoymb4DR+wi+QhFow4XX0vaUCr3hio/fCwlQ2 sTBVbGIF+PgFRU7PoILy5lgHj/oYrSmQDodVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=So2js8VN89Xkw5zTgXFu+r0O6I4iumoydCVqvj74YF611BpMKrnxAVouen1oQi76db mafKEw8xV+s1uNrWTStpnL36a/8b4gIC86o5OwSD6gwJtX1kU7ZM9LLlDD2597z5Couo g3nUJ4449uUbTcGaPSrnYa1tm1LssnekQVTfA= MIME-Version: 1.0 In-Reply-To: <4e0135a2$0$4132$426a74cc@news.free.fr> References: <4e012bc4$0$1555$426a74cc@news.free.fr> <4e0135a2$0$4132$426a74cc@news.free.fr> From: Ian Kelly Date: Tue, 21 Jun 2011 19:08:46 -0600 Subject: Re: Using django ORM from web browser and from command line apps To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 6 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308704957 news.xs4all.nl 49047 [::ffff:82.94.164.166]:51222 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8157 On Tue, Jun 21, 2011 at 6:21 PM, News123 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'? Off the top of my head, I don't know.