ykdojo / editdojo

(I'm no longer working on this - currently working on https://github.com/ykdojo/defaang)
https://www.csdojo.io/edit
MIT License
333 stars 98 forks source link

Make a TODO app with Django #15

Closed ykdojo closed 5 years ago

ykdojo commented 5 years ago

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.

ykdojo commented 5 years ago

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/

malek2610 commented 5 years ago

Thanks for sharing

Barsnes commented 5 years ago

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?

ykdojo commented 5 years ago

Yes, definitely.

On Wed, Oct 31, 2018 at 10:50 PM Tobias Barsnes notifications@github.com wrote:

Will you be covering how we could store our data in an online database aswell?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/ykdojo/editdojo/issues/15#issuecomment-434913516, or mute the thread https://github.com/notifications/unsubscribe-auth/ABukw0QWCQFU67vaWCFE1-tTxFhgWQChks5uqmF_gaJpZM4X5Fym .

ykdojo commented 5 years ago

Done: https://youtu.be/ovql0Ui3n_I

ykdojo commented 5 years ago

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