You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
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:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
#MY FILES:
The text was updated successfully, but these errors were encountered: