1) There is pagination buildin in django 2) There authentication and basic acl in django too, which you can extend 3) Personal experience tells me that django don't have ajax helper you still have to pretty much use your own js for that 4) Active record is not directly in django assuming you mean, not just ORM, django have a ORM, but if you want to change database schema easily there is a project called django south, it is pretty good, based on my own experience
On Sun, Aug 22, 2010 at 11:42 PM, Azril Nazli Alias <[email protected]>wrote: > seems I can't move from php/cakephp solution..even Iuse them for > Apache/Cisco log parsing > > so in django..is there : > 1. built in pagination ? > 2. acl ? auth ? > 3. ajax helpers ? > 4. Active Record RoR alike ? > > On Sun, Aug 22, 2010 at 11:17 PM, Iqbal Abdullah <[email protected]> > wrote: > > > > First go through this: > > http://www.djangobook.com/ > > > > If you want to hold a book with the same contents as the above, > > > http://www.amazon.com/gp/product/1590597257?ie=UTF8&tag=jacobianorg-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1590597257 > > > > I started on Django with the above 2 items. They are sort of like a > > step-by-step how to. > > > > Next you move up to this: > > http://www.djangoproject.com/ > > > > Which has more detailed information on the framework. > > > > HTH > > > > On 8月22日, 午前2:50, Azril Nazli Alias <[email protected]> wrote: > >> Any good book regarding Django ? > >> > >> On Sun, Aug 22, 2010 at 1:45 AM, Harisfazillah Jamel > >> > >> <[email protected]> wrote: > >> > Google App Engine Python Overview > >> > >> >http://code.google.com/appengine/docs/python/overview.html > >> > >> > On Sun, Aug 22, 2010 at 12:45 AM, Boh Yap <[email protected]> wrote: > >> >> hi all, > >> > >> >> for those that think that Python is 'just a scripting' language' and > >> >> not suitable for 'Mission Critical' applications like a 'real > >> >> language', such as Java or C++, WingIDE's site > >> > >> >> http://wingware.com/python/success > >> > >> >> has a list of Python success stories that include: > >> > >> >> - Air Traffic Control Systems > >> >> - various collaborative tools > >> >> - ERP System > >> >> - Imaging (Industrial Light and Magic uses Python to manage workflow > >> >> and server farms) > >> >> - sys admin (RackSpace, Google..) > >> >> - industrial control > >> >> - web apps > >> >> - scientific computing > >> >> - building workflow systems to help Space Shuttle launches > >> >> .... and more > >> > >> >> Sigh... ppl forget about the versatatility and RAD capability of > >> >> Python and harp on things like 'slow', its 'not popular', 'its not > >> >> standard!?' > >> > >> >> its OK.... us Pythonista have this secret weapon, ... oops! > >> > >> >> -- > >> > >> > -- > >> > I love Aardvark! Join my network so we can help each other out... > >> >http://vark.com/s/foGQ > >> > >> > My Facebook > >> >http://www.facebook.com/linuxmalaysia > >> > >> > My Blog > >> >http://blog.harisfazillah.info/ > >> > >> > My Network > >> >http://www.facebook.com/Bukan.Sekadar.Internet.Sahaja > >> > >> > -- > >> > Join Open Source Developers Club Malaysiahttp://www.osdc.my/ > >> > >> > Facebook Fan page > >> > >> >http://www.facebook.com/group.php?gid=98685301577 > >> > >> >http://www.facebook.com/OSDC.my > >> > >> > You received this message because you are subscribed to the Google > >> > >> > Groups "OSDC.my Mailing List" group. > >> > To post to this group, send email to [email protected] > >> > To unsubscribe from this group, send email to > >> > [email protected]<osdcmy-list%[email protected]> > >> > For more options, visit this group at > >> >http://groups.google.com/group/osdcmy-list?hl=en > > > > -- > > Join Open Source Developers Club Malaysia http://www.osdc.my/ > > > > Facebook Fan page > > > > http://www.facebook.com/group.php?gid=98685301577 > > > > http://www.facebook.com/OSDC.my > > > > You received this message because you are subscribed to the Google > > > > Groups "OSDC.my Mailing List" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<osdcmy-list%[email protected]> > > For more options, visit this group at > > http://groups.google.com/group/osdcmy-list?hl=en > > -- > Join Open Source Developers Club Malaysia http://www.osdc.my/ > > Facebook Fan page > > http://www.facebook.com/group.php?gid=98685301577 > > http://www.facebook.com/OSDC.my > > You received this message because you are subscribed to the Google > > Groups "OSDC.my Mailing List" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<osdcmy-list%[email protected]> > For more options, visit this group at > http://groups.google.com/group/osdcmy-list?hl=en > -- Join Open Source Developers Club Malaysia http://www.osdc.my/ Facebook Fan page http://www.facebook.com/group.php?gid=98685301577 http://www.facebook.com/OSDC.my You received this message because you are subscribed to the Google Groups "OSDC.my Mailing List" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/osdcmy-list?hl=en

