On 5/30/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
>
> On 5/29/06, Bryan Murdock <[EMAIL PROTECTED]> wrote:
> > The code for the djangoproject.com blog is open source:
> >
> > http://code.djangoproject.com/browser/djangoproject.com
> >
> > Looks like it hasn't been ported to magic removal either.  :-(
>
> As of today, it has indeed been ported to magic-removal.
>
> Adrian

And there was much rejoicing!

Just an aside in response to the request that the blog writers all get
together and not waste resources, take a look at the code they are
writing.  Actually, take a look at the code they are not writing.  A
basic django blog app can be done using generic views and very little
code (see the djangoproject.com code, or read [1]).  The unified
Django blogging app is little more than a collection of generic views.
 The reason you see 3 or 4 (or more) different blogging apps is
because people like to customize a little.  It's the same thing you
see with wordpress and all its plugins.  Sure, a good number of people
just use the basic default wordpress, but after a while everyone
starts to customize at least a little.  Doing it with Django just lets
you customize with clean, organized python code, instead of, well,
PHP.

Bryan

1. http://www2.jeffcroft.com/2006/may/02/django-non-programmers/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to