On Tue, Dec 1, 2009 at 9:53 AM, ~km <knny.m...@gmail.com> wrote:
> Hello,
>
> I'm a Python enthusiast and Django newbie. I'm trying to develop a
> website with an "Ask and Get an Answer"-Interface, with the goal to
> get a strong community; see http://stackoverflow.com to get an idea.
> For more information on stackoverflow.com see
> http://blog.stackoverflow.com/2008/09/what-was-stack-overflow-built-with/


> Following questions:
>
> 1) Is it possible to realize my idea with Django, managing the traffic
> load for 2.000+ user?

It depends. Django sites are certainly capable of supporting large
amounts of traffic. However, it's also possible to write a Django site
that is dragged to it's knees by just a few users. It depends entirely
on what you want each page in your site to do, how well the content
can be cached or otherwise optimized.

> 2) How long *may* it take to realize the following? I know that's a
> very risky relative question, but assuming I'm a regular-skilled
> programmer willing to spend +5h a day.

It depends. For more background, I suggest reading the following.

http://www.codinghorror.com/blog/archives/001284.html

Yours,
Russ Magee %-)

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to