Re: Does Django offers a way to generate data grid from database table like web2py

2014-11-27 Thread Sarbjit singh
What web2py GRID does is, that it takes the SQL table/query as argument, and return the records satisfying the query. Records which are returned are seen in bootstrap enabled table with features having pagintation, sorting, search, ability to edit/delete/view individual record, add new record

Does Django offers a way to generate data grid from database table like web2py

2014-11-26 Thread Sarbjit singh
Hi, I have been using web2py for sometime. I am exploring Django now, in web2py there is a way to generate data grids (using SQLFORM.grid) which generates very net grid based on the data model with support to add new field/edit record/delete record/view record etc. Does Django (or any other pa

Re: A very basic question with Django

2012-10-10 Thread Sarbjit singh
> Thanks Guys for your valuable answers. As you have pointed out that > learning Framework would take time, so i just wanted to be sure that my > investment would be worth full. I am learning Python & Django as a hobby > but my aim is to make some website dealing with forms and database. So in

A very basic question with Django

2012-10-09 Thread Sarbjit singh
First of all, I am very sorry for asking this basic question. I am not sure if this is the right place to put this question but I am very confused. I am not having much experience with web development, so i don't know where the Django fits in here. I searched a lot on internet, few forums sugges

Is there any small and easy website example available for Django?

2012-10-09 Thread Sarbjit singh
I am very new to Django and I just finished first seven chapters from Djangobook.com. I am wondering how can we implement a small static content website using Django. I mean website should have Home Page and few other pages along with some menu options. I searched a lot on google for example of