Earlier quoted context omitted.
try searching for djangogirls and hellowebapp tutorial on google that helped me learn django basic concept in a relative short frame of time two months to be exact, then check out https://simpleisbetterthancomplex.com blog posts on various python frameworks implementation and browse through github for various Django projects source code particularly drskepy django hackathon boiler plate. And if you still have problem…
Author of Hello Web App here — thanks for recommending! I actually moved the entire tutorial online recently, you can read it for free here: https://hellowebbooks.com/tutorial/ It's written in a way to help you build something unique, which might help your issue, OP. Basically I walk through building a "collection of things," which you can alter to create something like a Twitter clone, a directory, a blog, a store,…
Re: Ask HN: Advice for someone struggling to learn Django
#21Thank you very much limedaring! I will not hesitate to reach out once I hit my next roadblock. Look forward to trying out your tutorial :)