When a user signs in, show their Twitter handle (plus maybe store it as a username?)
ykdojo opened this issue · 4 comments
ykdojo commented
When a user signs in, show their Twitter handle (plus maybe store it as a username?)
ykdojo commented
Trying to understand how user models work in Django.
I think I'll look into these tutorials:
ykdojo commented
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
Anyway, after creating this custom user model, this seems to be working. So, I'll close this issue now.