On Tue, Oct 29, 2013 at 1:22 AM, Tim Graham <
timog...@gmail.com> wrote:
> I don't mean to be a downer, but I don't see anything in your outline that's
> substantially different from what the official Django documentation offers.
How it can be different, as both are about same topic.
> Is there a reason you think you need to create a new resource
Actualy when I have started working on Django and I open Django book,
I got scared. I was like, "do i have to read all this?....this is huge".
When I start with tutorial of poll application, it does'nt make that
much clearence,
what is going on at the beckend, what are views, models etc, because I have no
knowledge about working on frameworks, even I didn't know what a framework is.
I was totaly a NOOB. These things can demotivate the begginers as I
got demotivated
in initial stage.
So I have started these articles.
I have tried to cover all the basic concepts which are required for
working on Django in
very compact way.
No doubt, django's official documentation is best way to learn but if
someone read
django book after reading these articles, then he/she can have better
understanding
and can gain more from django.
> mentor someone contributing to the official docs which will likely reach a
> much wider audience.
It would be my pleasure If I can contribute to official docs under
your mentorship.
We can add these articles to django official docs when they get
polished to that level.