Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; ';-)': 0.03; 'cherrypy': 0.09; "django's": 0.09; 'framework.': 0.09; 'grid': 0.09; 'subject:question': 0.10; 'django': 0.11; 'jan': 0.12; '-tkc': 0.16; 'displaying': 0.16; 'django?': 0.16; 'igor': 0.16; 'middle,': 0.16; 'subject:django': 0.16; 'tempted': 0.16; 'tim,': 0.16; 'to:addr:python.list': 0.16; 'to:addr:tim.thechases.com': 0.16; 'to:name:tim chase': 0.16; 'folks': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'basically': 0.19; 'projects,': 0.19; 'later': 0.20; "i've": 0.25; 'switch': 0.26; 'somewhere': 0.26; 'header:In- Reply-To:1': 0.27; 'to:2**1': 0.27; '[1]': 0.29; 'points': 0.29; 'tim': 0.29; '[2]': 0.30; 'bigger': 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'that.': 0.31; 'chase': 0.31; 'department,': 0.31; 'helpful.': 0.31; 'piece': 0.31; 'yes.': 0.31; 'interface': 0.32; 'url:python': 0.33; 'table': 0.34; "i'd": 0.34; "can't": 0.35; 'display': 0.35; 'something': 0.35; 'anybody': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; "didn't": 0.36; 'possible': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'application': 0.37; 'too': 0.37; 'project': 0.37; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'little': 0.38; 'short': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'either': 0.39; 'url:mail': 0.40; 'easy': 0.60; 'you.': 0.62; 'such': 0.63; 'url:group': 0.63; 'more': 0.64; 'different': 0.65; 'here': 0.66; 'close': 0.67; 'beat': 0.68; 'friendly': 0.72; 'application?': 0.84; 'light-weight': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=q8Ow6aZk/iGuY0s2wOo8KMcBkErGjUwKF0+bpYzR0rg=; b=vHvkud83uZm3FpdLkUMKErHAh2NqcOHZh/XR3IMCHN7evZpza9A8on4qxWtafF9XZq /YZaUgZhz2OaiLZTw8BBmu5/TB5GUVc4644TopB5ZNu1k7eIDgkMetC461UK7WnpWJRG OQV63UAEZzug4/t2bsLd7v88yzAz0WiCOQD4xDCUOYPN/cGomYAyPl9HC4hMkUsqcVPW D319m8fDxQLKroqkClHg6OLQeOr4A984BrFIQGYO+yfak8NU26ZymZrrszkhn4y3fQkI CPIsJUmFD8usB+9R1D75f2G30OpGd068AdJxNRygQkIyVF7XTNC8u6TfMVTh5zaHVh6f YBJw== MIME-Version: 1.0 X-Received: by 10.182.142.229 with SMTP id rz5mr66893197obb.12.1388910277366; Sun, 05 Jan 2014 00:24:37 -0800 (PST) In-Reply-To: <20140104193705.0db361cc@bigbox.christie.dr> References: <20140104193705.0db361cc@bigbox.christie.dr> Date: Sun, 5 Jan 2014 00:24:37 -0800 Subject: Re: django question From: Igor Korot To: Tim Chase , python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 51 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388910285 news.xs4all.nl 2972 [2001:888:2000:d::a6]:38829 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63178 Hi, Tim, On Sat, Jan 4, 2014 at 5:37 PM, Tim Chase wrote: > 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. Thank you for that. I didn't look too close on the django web site. ;-) > >> 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). And thank you for those points as well. This piece will be for the proof of concept, which later on will go to much bigger application with reporting, plotting and different types of data presentation. Now would it be easy to switch from either on of them to django? Or is there a better choice for the main application? Thank you. > > -tkc > > [1] > http://groups.google.com/group/django-users > > [2] > http://bottlepy.org/ > > > > > -- > https://mail.python.org/mailman/listinfo/python-list