Re: Does django-driven Blog popular?

2008-06-13 Thread phillc

<3 byteflow
i dont use the blog itsself, but i have stolen a ton of ideas from it.

On Jun 13, 12:11 am, Eugene Lazutkin <[EMAIL PROTECTED]>
wrote:
> It is stupidly easy to write a blog using Django, and many people do so.
> You can find many examples out there. One complete example is the
> Byteflow:http://byteflow.su/
>
> Thanks,
>
> Eugene
>
> kylin wrote:
> > Thanks
> > I am looking forward to finding some samples to study.Could you give
> > me any advices?
>
> > On 6月13日, 上午11时39分, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> >> On 13-Jun-08, at 8:51 AM, kylin wrote:
>
> >>> I am a newbie of django.Dose django-driven blog software pop?
> >>> Actually,I have not seen any blog software as good as wordpress ever.
> >>> Thus, why this fantastic framework have not driven a good enough blog
> >>> system?
> >> django is not a cms, it is a web framework which helps developers to
> >> build web applications - which would include blogs. There are a few
> >> blogs written in django (more than a few, I think everyone who uses
> >> django has written a piece of blog software at some time)
>
> >> --
>
> >> regards
> >> kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/code/
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Re: Does django-driven Blog popular?

2008-06-13 Thread Yves Serrano

If you don't want to start from scratch
take a look at this links from "this week in django"

http://blog.michaeltrier.com/2008/5/14/this-week-in-django-22-2008-05-11
byteflow
http://blog.michaeltrier.com/2007/12/30/django-blogging-apps
http://blog.michaeltrier.com/2007/12/6/blogmaker-for-django

yves

On Jun 13, 5:21 am, kylin <[EMAIL PROTECTED]> wrote:
> Hi guys
> I am a newbie of django.Dose django-driven blog software pop?
> Actually,I have not seen any blog software as good as wordpress ever.
> Thus, why this fantastic framework have not driven a good enough blog
> system?
>
> Kind regards
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Re: Does django-driven Blog popular?

2008-06-12 Thread Kenneth Gonsalves


On 13-Jun-08, at 10:56 AM, Jeff Anderson wrote:

>> I am looking forward to finding some samples to study.Could you give
>> me any advices?
>>
> At work we were using wordpress to post information about changes we
> made to the system. It didn't suit our needs, so I wrote a django blog
> from scratch that fit our specifications and needs to the letter. This
> was complete with RSS feeds, categories, and ReStructured Text for the
> posts themselves. It fits our bill better than wordpress did, and it
> only took me a little over six hours of total work to get it complete.
> I've spent another hour or so tweaking things, but it is largely  
> unchanged.
>
> If you are interested in learning more about django, you could try
> building your own blog system for practice.

a blog and a wiki - do both and you are good to go

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/code/




--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Re: Does django-driven Blog popular?

2008-06-12 Thread Jeff Anderson
kylin wrote:
> Thanks
> I am looking forward to finding some samples to study.Could you give
> me any advices?
>   
At work we were using wordpress to post information about changes we
made to the system. It didn't suit our needs, so I wrote a django blog
from scratch that fit our specifications and needs to the letter. This
was complete with RSS feeds, categories, and ReStructured Text for the
posts themselves. It fits our bill better than wordpress did, and it
only took me a little over six hours of total work to get it complete.
I've spent another hour or so tweaking things, but it is largely unchanged.

If you are interested in learning more about django, you could try
building your own blog system for practice.

Jeff Anderson



signature.asc
Description: OpenPGP digital signature


Re: Does django-driven Blog popular?

2008-06-12 Thread Eugene Lazutkin

It is stupidly easy to write a blog using Django, and many people do so.
You can find many examples out there. One complete example is the
Byteflow: http://byteflow.su/

Thanks,

Eugene

kylin wrote:
> Thanks
> I am looking forward to finding some samples to study.Could you give
> me any advices?
> 
> 
> On 6月13日, 上午11时39分, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
>> On 13-Jun-08, at 8:51 AM, kylin wrote:
>>
>>> I am a newbie of django.Dose django-driven blog software pop?
>>> Actually,I have not seen any blog software as good as wordpress ever.
>>> Thus, why this fantastic framework have not driven a good enough blog
>>> system?
>> django is not a cms, it is a web framework which helps developers to  
>> build web applications - which would include blogs. There are a few  
>> blogs written in django (more than a few, I think everyone who uses  
>> django has written a piece of blog software at some time)
>>
>> --
>>
>> regards
>> kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/code/
> > 
> 


--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Re: Does django-driven Blog popular?

2008-06-12 Thread Juan Hernandez
I think that 99,9% of new framework programmers start with a blog :D

It's a very easy yet powerful way to understand a framework

jhv

On Fri, Jun 13, 2008 at 11:32 PM, kylin <[EMAIL PROTECTED]> wrote:

>
> Thanks
> I am looking forward to finding some samples to study.Could you give
> me any advices?
>
>
> On 6月13日, 上午11时39分, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> > On 13-Jun-08, at 8:51 AM, kylin wrote:
> >
> > > I am a newbie of django.Dose django-driven blog software pop?
> > > Actually,I have not seen any blog software as good as wordpress ever.
> > > Thus, why this fantastic framework have not driven a good enough blog
> > > system?
> >
> > django is not a cms, it is a web framework which helps developers to
> > build web applications - which would include blogs. There are a few
> > blogs written in django (more than a few, I think everyone who uses
> > django has written a piece of blog software at some time)
> >
> > --
> >
> > regards
> > kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/code/
> >
>

--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Re: Does django-driven Blog popular?

2008-06-12 Thread kylin

Thanks
I am looking forward to finding some samples to study.Could you give
me any advices?


On 6月13日, 上午11时39分, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 13-Jun-08, at 8:51 AM, kylin wrote:
>
> > I am a newbie of django.Dose django-driven blog software pop?
> > Actually,I have not seen any blog software as good as wordpress ever.
> > Thus, why this fantastic framework have not driven a good enough blog
> > system?
>
> django is not a cms, it is a web framework which helps developers to
> build web applications - which would include blogs. There are a few
> blogs written in django (more than a few, I think everyone who uses
> django has written a piece of blog software at some time)
>
> --
>
> regards
> kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/code/
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Re: Does django-driven Blog popular?

2008-06-12 Thread Kenneth Gonsalves


On 13-Jun-08, at 8:51 AM, kylin wrote:

> I am a newbie of django.Dose django-driven blog software pop?
> Actually,I have not seen any blog software as good as wordpress ever.
> Thus, why this fantastic framework have not driven a good enough blog
> system?

django is not a cms, it is a web framework which helps developers to  
build web applications - which would include blogs. There are a few  
blogs written in django (more than a few, I think everyone who uses  
django has written a piece of blog software at some time)

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/code/




--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Does django-driven Blog popular?

2008-06-12 Thread kylin

Hi guys
I am a newbie of django.Dose django-driven blog software pop?
Actually,I have not seen any blog software as good as wordpress ever.
Thus, why this fantastic framework have not driven a good enough blog
system?

Kind regards

--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---