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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: