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


Groups > comp.lang.python > #63158

Re: django question

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python.list@tim.thechases.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.009
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'cherrypy': 0.09; "django's": 0.09; 'framework.': 0.09; 'grid': 0.09; 'subject:question': 0.10; 'django': 0.11; '-tkc': 0.16; 'displaying': 0.16; 'django?': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'igor': 0.16; 'middle,': 0.16; 'subject:django': 0.16; 'tempted': 0.16; 'folks': 0.16; 'wrote:': 0.18; 'basically': 0.19; 'projects,': 0.19; "i've": 0.25; 'somewhere': 0.26; 'header:In- Reply-To:1': 0.27; '[1]': 0.29; '[2]': 0.30; 'department,': 0.31; 'helpful.': 0.31; 'yes.': 0.31; 'interface': 0.32; 'table': 0.34; "i'd": 0.34; "can't": 0.35; 'display': 0.35; 'something': 0.35; 'anybody': 0.35; 'but': 0.35; 'there': 0.35; 'charset:us-ascii': 0.36; 'possible': 0.36; 'url:org': 0.36; 'project': 0.37; 'to:addr :python-list': 0.38; 'little': 0.38; 'short': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'such': 0.63; 'url:group': 0.63; 'more': 0.64; 'here': 0.66; 'beat': 0.68; 'friendly': 0.72; 'light-weight': 0.84; 'received:50.22': 0.84
Date Sat, 4 Jan 2014 19:37:05 -0600
From Tim Chase <python.list@tim.thechases.com>
To python-list@python.org
Subject Re: django question
In-Reply-To <CA+FnnTxvJB=OC2d-hO089uetWDwCFrCWJ2PNMf9xg7aW+oQFvQ@mail.gmail.com>
References <CA+FnnTxvJB=OC2d-hO089uetWDwCFrCWJ2PNMf9xg7aW+oQFvQ@mail.gmail.com>
X-Mailer Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu)
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-AntiAbuse This header was added to track abuse, please include it with any abuse report
X-AntiAbuse Primary Hostname - boston.accountservergroup.com
X-AntiAbuse Original Domain - python.org
X-AntiAbuse Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse Sender Address Domain - tim.thechases.com
X-Get-Message-Sender-Via boston.accountservergroup.com: authenticated_id: tim@thechases.com
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4922.1388885775.18130.python-list@python.org> (permalink)
Lines 33
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1388885775 news.xs4all.nl 2843 [2001:888:2000:d::a6]:41443
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63158

Show key headers only | View raw


On 2014-01-04 15:30, Igor Korot wrote:
> Does anybody here use django?

Yes.  However there's also a Django-users mailing list[1] for
Django-specific questions.  Folks there are friendly & helpful.
 
> Is it possible to display a data grid table with django?

The short answer is yes.

> Basically I am looking for displaying a data from the db table on
> the web interface thru django or some other web interface.

While I prefer Django for larger projects, for a lighter-weight
project such as what you describe, I'd be tempted to go with
something a little more light-weight unless you need additional
interactivity.  I've recently been impressed with Bottle[2] for a
small & clean web framework.  CherryPy comes somewhere in the middle,
but I can't say it met my needs/wants on the last project where it
was chosen (mostly in the documentation department, but it's hard to
beat Django's stellar docs).

-tkc

[1]
http://groups.google.com/group/django-users

[2]
http://bottlepy.org/



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


Thread

Re: django question Tim Chase <python.list@tim.thechases.com> - 2014-01-04 19:37 -0600

csiph-web