[Answer]-File upload – django admin – OSError – no such file or directory

1πŸ‘

βœ…

As you are using path 'topiccenter/instance.title/filename' to store the file, you need to create 'tocpiccenter/instance.titleβ€˜ directory if it does not exists.

Do that in custom_path_tc() function.

πŸ‘€Rohan

Leave a comment