gothinkster / django-realworld-example-app

1.61k stars 637 forks source link

Type of views #8

Open rugwirobaker opened 7 years ago

rugwirobaker commented 7 years ago

Do I need to override the create method on the article-view if I am using generic class based views. I am not trying to replicate everything you have done but just using this as reference. I have two views One which returns a list of my article objects, and one which returns just one article.

#  1.I only want to save the author of an article
#  2.Create a slug based on the title and id
#  3.make the slug the lookup field****
                                                          ##   #Please Help!!!!!!

MY FILES:

my article views my_models