Blog writen by django?

2013-04-27 Thread 宣铭艺
Is there any blog system writen by django like wordpress writen by php except mezzanine? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...

Re: Blog writen by django?

2013-04-27 Thread Shawn Milochik
Do a Google search. There are thousands. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send e

Re: Blog writen by django?

2013-04-28 Thread gilberto dos santos alves
please could you point some one because this url [1], and this url [2] have conceptual problems and not only mistype error. while this i am update docs for url [1], but it shows very poor html display and models. url:: [1] http://www.djangorocks.com/tutorials/how-to-create-a-basic-blog-in-djang

Re: Blog writen by django?

2013-04-28 Thread Russell Keith-Magee
Here's a site that lists a whole lot of options: https://www.djangopackages.com/grids/g/blogs/ DjangoPackages is well worth bookmarking -- it's a good archive of Django packages for a wide range of website features, not just blogs. Yours, Russ Magee %-) On Mon, Apr 29, 2013 at 11:22 AM, gilbert

Re: Blog writen by django?

2013-04-29 Thread gilberto dos santos alves
mezzanine is spetacular. thanks! ;>). and plug and run. Em segunda-feira, 29 de abril de 2013 00h50min42s UTC-3, Russell Keith-Magee escreveu: > > > Here's a site that lists a whole lot of options: > > https://www.djangopackages.com/grids/g/blogs/ > > DjangoPackages is well worth bookmarking -- i

Re: Blog writen by django?

2013-04-30 Thread Alex Chiaranda
don't forget the django-cms project https://www.django-cms.org/https://www.django-cms.org/ On Monday, April 29, 2013 5:05:00 PM UTC-3, gilberto dos santos alves wrote: > > mezzanine is spetacular. thanks! ;>). and plug and run. > > Em segunda-feira, 29 de abril de 2013 00h50min42s UTC-3, Russell