You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start with Django. Complete the tutorial on Django Girls (the blog app).
Get good at modelling data with databases. I recommend doing this with a project. Check this repo out for comprehensive projects in Django - (make sure you read up about best practices for implementing data models while you're doing the assignment and not before it.)
Make something interesting with what you learnt.
Learn how to implement JSON APIs in Django and how to use them with front end (your front end knowledge might help here).
Make something using a JSON API.
At this point you'll know enough Django to make pretty much whatever you want. Its up to you if you wanna stick with it. I'd recommend abandoning it for a while and trying out a different framework (I'd recommend trying node + express - it'll give you exposure to NoSQL databases and out-of-the-browser javascript.).
If you did point 6, you'll know what to learn next based on your own experience.