ykdojo / editdojo

(I'm no longer working on this - currently working on https://github.com/ykdojo/defaang)

Home Page:https://www.csdojo.io/edit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make a TODO app with Django

ykdojo opened this issue · comments

commented

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.

commented

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?

commented
commented

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