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


Groups > comp.lang.python > #63158

Re: django question

Date 2014-01-04 19:37 -0600
From Tim Chase <python.list@tim.thechases.com>
Subject Re: django question
References <CA+FnnTxvJB=OC2d-hO089uetWDwCFrCWJ2PNMf9xg7aW+oQFvQ@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4922.1388885775.18130.python-list@python.org> (permalink)

Show all headers | 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