ykdojo/editdojo

Make a TODO app with Django

ykdojo opened this issue · 6 comments

I'm actually still in the process of learning Django basics.

I realized I should probably build a simple app like a TODO app first. It will be a prerequisite for building the log in with Twitter function, I think. (Since we'll need to store user data in our database)

So, maybe this will be my next video, instead.

My current plan: I'm going to follow the polls tutorial on Django's official website first to get a better grasp of the technology.
https://docs.djangoproject.com/en/2.1/intro/tutorial01/

Thanks for sharing

Will you be covering how we could store our data in an online database aswell? Are you also only covering Twitter, or will you be doing Google as well?

And yeah, I think I'll do Facebook and Google login later.