Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8157

Re: Using django ORM from web browser and from command line apps

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 <ian.g.kelly@gmail.com>
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> <mailman.257.1308701430.1164.python-list@python.org> <4e0135a2$0$4132$426a74cc@news.free.fr>
From Ian Kelly <ian.g.kelly@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.260.1308704957.1164.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Tue, Jun 21, 2011 at 6:21 PM, News123 <news1234@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'?

Off the top of my head, I don't know.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Using django ORM from web browser and from command line apps News123 <news1234@free.fr> - 2011-06-22 01:39 +0200
  Re: Using django ORM from web browser and from command line apps Ian Kelly <ian.g.kelly@gmail.com> - 2011-06-21 18:09 -0600
    Re: Using django ORM from web browser and from command line apps News123 <news1234@free.fr> - 2011-06-22 02:21 +0200
      Re: Using django ORM from web browser and from command line apps Ian Kelly <ian.g.kelly@gmail.com> - 2011-06-21 19:08 -0600
        Re: Using django ORM from web browser and from command line apps News123 <news1234@free.fr> - 2011-06-22 03:18 +0200
      Re: Using django ORM from web browser and from command line apps "bruno.desthuilliers@gmail.com" <bruno.desthuilliers@gmail.com> - 2011-06-22 03:57 -0700

csiph-web