[Answer]-Why am I getting a 500 response?

1πŸ‘

βœ…

It is hard to debug at this point because the code seems to be right and you should give Django error page information.

I would recommend to set the variable DEBUG = True in the settings.py so you can see the Django error page information and start troubleshooting from there.

Post the errors you get so I can update my answer and give you better help.

πŸ‘€Carlos Calla

Leave a comment