DEV Community

Vicente G. Reyes
Vicente G. Reyes

Posted on

join() argument must be str, bytes, or os.PathLike object, not 'NoneType' with Django

I'm running into an issue on my Django app. The issue is when I click on Add a Record the app returns the error: join() argument must be str, bytes, or os.PathLike object, not 'NoneType' but it shouldn't since I'm not doing any joining in my code. The view for…

Top comments (0)