try-django-19
                                
                                 try-django-19 copied to clipboard
                                
                                    try-django-19 copied to clipboard
                            
                            
                            
                        Slug field
When you create a new post with a title == 120 you've got an error. It's occurred because of slugfield in models.py. You need to add max_length = 120 to fix it. It's confusing for such begginers as me.