Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63158 > unrolled thread
| Started by | Tim Chase <python.list@tim.thechases.com> |
|---|---|
| First post | 2014-01-04 19:37 -0600 |
| Last post | 2014-01-04 19:37 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: django question Tim Chase <python.list@tim.thechases.com> - 2014-01-04 19:37 -0600
| From | Tim Chase <python.list@tim.thechases.com> |
|---|---|
| Date | 2014-01-04 19:37 -0600 |
| Subject | Re: django question |
| Message-ID | <mailman.4922.1388885775.18130.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web