I have a problem with a web application that I am currently developing. I was developing it on another computer but I decided to finish the development on a new computer and the application works normally until I try to register a news item in the database, when I get an error:
OSError at /add-noticia/
[Errno 22] Invalid argument
Request Method: POSTRequest URL: http://localhost:8000/add-noticia/
Django Version: 1.5.3
Exception Type: OSError
Exception Value:
[Errno 22] Invalid argument
Exception Location: C:\Python27\lib\site-packages\django\core\files\storage.py in _save, line 198
Python Executable: C:\Python27\python.exe
Python Version: 2.7.13
Python Path:
['E:\web_jfk',
'C:\Windows\system32\python27.zip',
'C:\Python27\DLLs',
'C:\Python27\lib',
'C:\Python27\lib\plat-win',
'C:\Python27\lib\lib-tk',
'C:\Python27',
'C:\Python27\lib\site-packages']
Server time: Lun, 8 May 2017 20:13:06 -0500
The fields you request for registration are name, title, author and an image thank you for your help.