Re: [BangPypers] [Announcement] Training on "Extending Python using C"

2010-11-24 Thread Noufal Ibrahim
On Wed, Nov 24 2010, Venkatraman S wrote: [...] > True. I dont think sharing the slides is going to do any harm in any > case; especially when the speaker is not known well; though its the > speaker's discretion to share or not. > > Actually, i attend most of the sessions/conferences only when t

[BangPypers] Django-based CMS recommendations?

2010-11-24 Thread Kiran Jonnalagadda
Hi all, Does this list have a recommendation for a Django-based CMS? Or a review of the one conveniently named "Django CMS"? I'm looking for a CMS that is convenient to use over the web, has blogging abilities, and is extensible the way Django is. Should be in Python for the comfort factor. I'm

Re: [BangPypers] Django-based CMS recommendations?

2010-11-24 Thread Venkatraman S
On Wed, Nov 24, 2010 at 9:59 PM, Kiran Jonnalagadda wrote: > Does this list have a recommendation for a Django-based CMS? Or a review of > the one conveniently named "Django CMS"? > Try http://djangopluggables.com/ for the download stats and other options. If all you want is a simple blogging a

Re: [BangPypers] Django-based CMS recommendations?

2010-11-24 Thread Ramdas S
On Wed, Nov 24, 2010 at 10:05 PM, Venkatraman S wrote: > On Wed, Nov 24, 2010 at 9:59 PM, Kiran Jonnalagadda > wrote: > > > Does this list have a recommendation for a Django-based CMS? Or a review > of > > the one conveniently named "Django CMS"? > > > > Try http://djangopluggables.com/ for the

Re: [BangPypers] Django-based CMS recommendations?

2010-11-24 Thread Gora Mohanty
On Wed, Nov 24, 2010 at 9:59 PM, Kiran Jonnalagadda wrote: > Hi all, > > Does this list have a recommendation for a Django-based CMS? Or a review of > the one conveniently named "Django CMS"? We looked at django-cms, but went with page-cms, though this was also partly because of client requiremen

Re: [BangPypers] Django-based CMS recommendations?

2010-11-24 Thread Kiran Jonnalagadda
On Wed, Nov 24, 2010 at 10:05 PM, Venkatraman S wrote: > Try http://djangopluggables.com/ for the download stats and other > options. > If all you want is a simple blogging app then can write your own? >or assemble together the various django-x apps? >or try customizing Pinax? >o

Re: [BangPypers] [Announcement] Training on "Extending Python using C"

2010-11-24 Thread steve
On 11/24/2010 02:07 PM, Noufal Ibrahim wrote: On Wed, Nov 24 2010, Venkatraman S wrote: [...] True. I dont think sharing the slides is going to do any harm in any case; especially when the speaker is not known well; though its the speaker's discretion to share or not. Actually, i attend

Re: [BangPypers] [Announcement] Training on "Extending Python using C"

2010-11-24 Thread Noufal Ibrahim
On Wed, Nov 24 2010, steve wrote: [...] > Firstly, wish you the best with this !! Like KG mentioned, we could do > with some more python programmers. > > On the topic of slides/notes, IMHO, free (as in freedom) documents are > good. My recommendation would be to make your slides/notes available >

Re: [BangPypers] [Announcement] Training on "Extending Python using C"

2010-11-24 Thread steve
On 11/24/2010 10:36 PM, Noufal Ibrahim wrote: On Wed, Nov 24 2010, steve wrote: [...] Firstly, wish you the best with this !! Like KG mentioned, we could do with some more python programmers. On the topic of slides/notes, IMHO, free (as in freedom) documents are good. My recommendation wo

Re: [BangPypers] Django-based CMS recommendations?

2010-11-24 Thread Venkatraman S
On Wed, Nov 24, 2010 at 10:29 PM, Kiran Jonnalagadda wrote: > On Wed, Nov 24, 2010 at 10:05 PM, Venkatraman S > wrote: > > > Try http://djangopluggables.com/ for the download stats and other > > options. > > If all you want is a simple blogging app then can write your own? > >or assemble to

Re: [BangPypers] Django-based CMS recommendations?

2010-11-24 Thread Kiran Jonnalagadda
On Thu, Nov 25, 2010 at 12:34 AM, Venkatraman S wrote: > But, Pinax is a great solution when you > want to do anything > 'social' quickly. > I'm not after 'quickly' as much as 'maintainable even after you get bored and move on'. With Plone prior to 3.x, for instance, if you attempted customizat

Re: [BangPypers] [Announcement] Training on "Extending Python using C"

2010-11-24 Thread renuka prasad
On Wed, Nov 24, 2010 at 10:00 PM, steve wrote: > On 11/24/2010 02:07 PM, Noufal Ibrahim wrote: > >> On Wed, Nov 24 2010, Venkatraman S wrote: >> >> >> [...] >> >> True. I dont think sharing the slides is going to do any harm in any >>> case; especially when the speaker is not known well; thoug

Re: [BangPypers] Django-based CMS recommendations?

2010-11-24 Thread Navin Kabra
On Thu, Nov 25, 2010 at 12:34 AM, Venkatraman S wrote: > Let me give you a word of caution : Pinax is a monster and sometimes cane > make you go mad. > By monster , i dont mean the hugeness, but how sometimes certain > customizing > aspects of it > can cause involuntary hair loss. But, Pinax is a

Re: [BangPypers] Django-based CMS recommendations?

2010-11-24 Thread larryt
You might also look at django-lfc which has a user management section designed after Plone. For a dedicated blog engine you might consider zine, dev.pocoo.org/projects/zine/, which is, however, not django basedr. -larry Original message >Date: Wed, 24 Nov 2010 22:29:23 +0530 >From:

Re: [BangPypers] Django-based CMS recommendations?

2010-11-24 Thread Kenneth Gonsalves
On Wed, 2010-11-24 at 21:59 +0530, Kiran Jonnalagadda wrote: > The Django architecture has its own issues, but is stable enough to > not need > worrying about maintenance. So, Django-based CMS, anyone? if you need multilingual - http://quadmulc.greenchilly.in and a simple blog - http://blog.gree

Re: [BangPypers] [Announcement] Training on "Extending Python using C"

2010-11-24 Thread Kenneth Gonsalves
On Thu, 2010-11-25 at 01:22 +0530, renuka prasad wrote: > > just my opinion. > > > > > +100 this is not permissible - valid votes are -1,-0,+0 and +1 -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@python.org http://mail.python.org

Re: [BangPypers] [Announcement] Training on "Extending Python using C"

2010-11-24 Thread Nitin Dahra
Great initiative Noufal. All the best! On 25 November 2010 11:48, Kenneth Gonsalves wrote: > On Thu, 2010-11-25 at 01:22 +0530, renuka prasad wrote: >> > just my opinion. >> > >> > >> +100 > > this is not permissible - valid votes are -1,-0,+0 and +1 > -- > regards > Kenneth Gonsalves > > ___