- Overwrite the function
post_detail
using the DetailView.
- Overwrite the function
comment_update
using the UpdateView.
- Create a separate admin panel with the
author_admin
url for theusers
app that includes theAuthor
model.
- You should fork this repository and send pull request when you are done.
- Don't forget appropriate commit.