I\'m trying to store a file using a FileField, but the path of the destination of the file is larger than 100 characters. How can I increase the number of allowed characters
I think your code was cool if you added max_length=255 to FileField, only you forgot to update it in your database (makemigrations -> migrate)