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

Implemented the human friendly urls #39

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

as stated in the issue.

stevenpi commented 6 years ago

The first issue is fixed by rebasing the master branch
I fixed the crashing of the other views by removing user.get_absolute_url and changing the method calls user.get_absolute_url to user.profile.get_absolute_url