stevenpi / Link.Python.Django.DiyBlog

This blog is based on the assessment found [here](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/django_assessment_blog).
MIT License
0 stars 0 forks source link

Create and improve userprofile #22

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

The user should have an own profile page. The page should contain:

mbaechtold commented 6 years ago

Please read https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html before beginning.