Re: What are the advantages of using Django for building things like blogs and CMS?

2008-02-14 Thread fyleow

Thanks for alt he suggestions guys, I will check out those resources.

On Feb 14, 1:38 am, yml <[EMAIL PROTECTED]> wrote:
> Hello,
> I would also add this list of resources:
>   -http://www.djangosites.org/with-source/
> Chance are good that someone has already solved your problem.
>
> --yml
>
> On 14 fév, 01:58, Doug B <[EMAIL PROTECTED]> wrote:
>
> > > Basically I'm looking for some users to placate my fear that I'll run
> > > into insurmountable problems down the road and I'll end up kicking
> > > myself for not going with a CMS or blog system because the problems
> > > could have been trivially addressed with those systems.
>
> > It all depends on your needs, if they can all be provided out of the
> > box by a cms and a few plugins than I don't see any big advantage to
> > doing in yourself with django or any other framework.  On the other
> > hand if you do need more than they can easily provide Django is a
> > great alternative.  It's not a kitchen sink type framework though, so
> > you may have to hunt several places to solutions for some of the
> > common tasks.
>
> > A few of good ones:
>
> >www.djangosnippets.org(awesomesite, 10x more so if there were a
> > search or you could browse tags by first letter rather than next,
> > next, next...)
>
> >http://www.b-list.org/weblog/categories/django/
>
> >http://code.djangoproject.com/wiki/DjangoResources(I used django for
> > months and reinvented a wheel or two before finding this page. I guess
> > I'm blind)
>
> > Having spent the last few days making a wordpress plugin to integrate
> > with our django powered site I'm reminded how much nicer to deal with
> > python is than php.  That alone is a big 'feature' django has over
> > Wordpress and Joomla.   I've never regretted choosing Django.
--~--~-~--~~~---~--~~
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: What are the advantages of using Django for building things like blogs and CMS?

2008-02-14 Thread yml

Hello,
I would also add this list of resources:
  - http://www.djangosites.org/with-source/
Chance are good that someone has already solved your problem.

--yml

On 14 fév, 01:58, Doug B <[EMAIL PROTECTED]> wrote:
> > Basically I'm looking for some users to placate my fear that I'll run
> > into insurmountable problems down the road and I'll end up kicking
> > myself for not going with a CMS or blog system because the problems
> > could have been trivially addressed with those systems.
>
> It all depends on your needs, if they can all be provided out of the
> box by a cms and a few plugins than I don't see any big advantage to
> doing in yourself with django or any other framework.  On the other
> hand if you do need more than they can easily provide Django is a
> great alternative.  It's not a kitchen sink type framework though, so
> you may have to hunt several places to solutions for some of the
> common tasks.
>
> A few of good ones:
>
> www.djangosnippets.org(awesome site, 10x more so if there were a
> search or you could browse tags by first letter rather than next,
> next, next...)
>
> http://www.b-list.org/weblog/categories/django/
>
> http://code.djangoproject.com/wiki/DjangoResources (I used django for
> months and reinvented a wheel or two before finding this page. I guess
> I'm blind)
>
> Having spent the last few days making a wordpress plugin to integrate
> with our django powered site I'm reminded how much nicer to deal with
> python is than php.  That alone is a big 'feature' django has over
> Wordpress and Joomla.   I've never regretted choosing Django.
--~--~-~--~~~---~--~~
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: What are the advantages of using Django for building things like blogs and CMS?

2008-02-13 Thread Doug B

> Basically I'm looking for some users to placate my fear that I'll run
> into insurmountable problems down the road and I'll end up kicking
> myself for not going with a CMS or blog system because the problems
> could have been trivially addressed with those systems.

It all depends on your needs, if they can all be provided out of the
box by a cms and a few plugins than I don't see any big advantage to
doing in yourself with django or any other framework.  On the other
hand if you do need more than they can easily provide Django is a
great alternative.  It's not a kitchen sink type framework though, so
you may have to hunt several places to solutions for some of the
common tasks.

A few of good ones:

www.djangosnippets.org (awesome site, 10x more so if there were a
search or you could browse tags by first letter rather than next,
next, next...)

http://www.b-list.org/weblog/categories/django/

http://code.djangoproject.com/wiki/DjangoResources  (I used django for
months and reinvented a wheel or two before finding this page. I guess
I'm blind)

Having spent the last few days making a wordpress plugin to integrate
with our django powered site I'm reminded how much nicer to deal with
python is than php.  That alone is a big 'feature' django has over
Wordpress and Joomla.   I've never regretted choosing Django.

--~--~-~--~~~---~--~~
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: What are the advantages of using Django for building things like blogs and CMS?

2008-02-13 Thread [EMAIL PROTECTED]

Well for one thing you get the built in admin!  Also for your specific
problem you mentioned you would go download comment-utils by James
Bennet.

On Feb 13, 5:57 pm, fyleow <[EMAIL PROTECTED]> wrote:
> I have been reading a lot about Django and created some test websites
> but nothing serious yet. I really like it and have been considering
> using it to create my own website which would probably include some
> sort of blog and various other CMS type functionality.
>
> I think it would be a great way to learn Django but I'm worried that
> if the project starts to grow in size I might be better off just using
> an existing CMS framework such as Drupal and Joomla! which have a lot
> of modules and plugins to add functionality.
>
> For example let's say I'm using Django to create a blog. I add a
> feature that allows users to comment on my posts but I later find that
> there are a lot of spam problems. If I had used a pre existing system
> such as WordPress I could probably find a plugin that deals with
> comment spam.
>
> How would I deal with the problem had I built a blog with Django? Sure
> I could create my own spam filter but that doesn't seem to be a
> trivial task. A bunch of little problems like these will spawn off
> many side projects which distracts from the main project.
>
> I guess I'm trying to get some experiences from those of you who have
> created sites with Django and how you've dealt with these issues. For
> example with the spam problem I described maybe there are some pre
> existing Python libraries that make dealing with the problem easier.
>
> Basically I'm looking for some users to placate my fear that I'll run
> into insurmountable problems down the road and I'll end up kicking
> myself for not going with a CMS or blog system because the problems
> could have been trivially addressed with those systems.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



What are the advantages of using Django for building things like blogs and CMS?

2008-02-13 Thread fyleow

I have been reading a lot about Django and created some test websites
but nothing serious yet. I really like it and have been considering
using it to create my own website which would probably include some
sort of blog and various other CMS type functionality.

I think it would be a great way to learn Django but I'm worried that
if the project starts to grow in size I might be better off just using
an existing CMS framework such as Drupal and Joomla! which have a lot
of modules and plugins to add functionality.

For example let's say I'm using Django to create a blog. I add a
feature that allows users to comment on my posts but I later find that
there are a lot of spam problems. If I had used a pre existing system
such as WordPress I could probably find a plugin that deals with
comment spam.

How would I deal with the problem had I built a blog with Django? Sure
I could create my own spam filter but that doesn't seem to be a
trivial task. A bunch of little problems like these will spawn off
many side projects which distracts from the main project.

I guess I'm trying to get some experiences from those of you who have
created sites with Django and how you've dealt with these issues. For
example with the spam problem I described maybe there are some pre
existing Python libraries that make dealing with the problem easier.

Basically I'm looking for some users to placate my fear that I'll run
into insurmountable problems down the road and I'll end up kicking
myself for not going with a CMS or blog system because the problems
could have been trivially addressed with those systems.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---