The timing of this article couldn't have been better. Now I've got my weekend cut out :)
Learn web development: Django Web Framework
11–20 of 54 posts
Re: Learn web development: Django Web Framework
#12Oh man, this is far superior to the official Django tutorial I think. MDN really does a good job at holding your hand through the process. There are moments when going through docs where way too many assumptions are made about what I know. This is where prerequisites and objectives really help out. I know what I am getting into before grokking.
The learning sites from MDN are very good. ;-)
Re: Learn web development: Django Web Framework
#13Re: Learn web development: Django Web Framework
#14Re: Learn web development: Django Web Framework
#15Re: Learn web development: Django Web Framework
#16If you're curious about how to set up a modern JS frontend on top of Django, I wrote up a tutorial recently. It might be helpful if you're debating between trying a Single Page App approach or some other design: https://medium.com/@theSquashSH/reconciling-djangos-mvc-temp...
Re: Learn web development: Django Web Framework
#17Re: Learn web development: Django Web Framework
#18Is Django restful in current version? Or I still need these if request.GET and if request.POST ?
Re: Learn web development: Django Web Framework
#19If you're curious about how to set up a modern JS frontend on top of Django, I wrote up a tutorial recently. It might be helpful if you're debating between trying a Single Page App approach or some other design: https://medium.com/@theSquashSH/reconciling-djangos-mvc-temp...
And if you're going down the React + Redux + REST framework path and need a boilerplate to start off on, I'd highly recommend Seedstars': https://github.com/Seedstars/django-react-redux-base
My apologies if you have street cred in the field, but I don't know you, so have no reason to trust your recommendation. Please tell me what makes this particular project better than any alternatives.
Re: Learn web development: Django Web Framework
#20Earlier quoted context omitted.
And if you're going down the React + Redux + REST framework path and need a boilerplate to start off on, I'd highly recommend Seedstars': https://github.com/Seedstars/django-react-redux-base
Care to share why? My apologies if you have street cred in the field, but I don't know you, so have no reason to trust your recommendation. Please tell me what makes this particular project better than any alternatives.