Python Course, Build Web App with Django, Vidly project

Issue: Can’t add new Genre or Movie through website

I try to add a new genre by click the ADD GENRE+ button

Here is the error I got

Anyone have any idea why this is happening? Thank you

Hi Friends,

I uninstalled the Django 2.1(the one Mosh use in his video and told we should use it too) by using: pipenv uninstall django
Install the newest Django
then delete all the migrations and the sqlite database
run migrations again, create superuser again, also recreate the Action genre since they were all deleted
problem solved

1 Like