ykdojo / editdojo

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

When a user signs in, show their Twitter handle (plus maybe store it as a username?) #35

Closed ykdojo closed 5 years ago

ykdojo commented 5 years ago

I think I'm going to work on this and #36 today.

ykdojo commented 5 years ago

Trying to understand how user models work in Django.

I think I'll look into these tutorials:

ykdojo commented 5 years ago

Created a custom user model. If you want to set this environment on your computer, you might need to delete the database file and re-run migrations.

ykdojo commented 5 years ago

Anyway, after creating this custom user model, this seems to be working. So, I'll close this issue now.