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 Slugs #29

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

implemented the slugs for human-friendly URLs.
I was not able to use the slug-app suggested since it isn't compatible with python 3.6

Resolves #24

stevenpi commented 6 years ago

Fixed the issues as requested Adapted the commits as requested

stevenpi commented 6 years ago

Adapted as requested.

stevenpi commented 6 years ago

40 comments.. not bad Did I overlook any bug? Are the commits correct now?

stevenpi commented 6 years ago

I removed the user url based changes

stevenpi commented 6 years ago

Made the (hopefully) final change