django question

Igor Korot ikorot01 at gmail.com
Sun Jan 5 03:24:37 EST 2014


Hi, Tim,

On Sat, Jan 4, 2014 at 5:37 PM, Tim Chase <python.list at tim.thechases.com> 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



More information about the Python-list mailing list