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 blogposting for users #14

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

As requested in the Issue, users can now post their own blogpost

Resolves #13

stevenpi commented 6 years ago

Improved the code as requested, by using a class-based form

stevenpi commented 6 years ago

Resolved all the flaws mentioned in the review. I was able to fix the login issue, however I think I still need some explanation about MRO