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
The issue with removing the primary key from the blog post permalink is that the slug will need to be uniquely generated in the permalink function--it would need to check the existence of an identically titled post and maybe append, e.g. blogpost-3, blogpost-2.
/apps/pcvblog/urls.py which pulls the permalink/blog_permalink from the generation function in apps/pcvblog/model.py
The text was updated successfully, but these errors were encountered: