You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I try to create a superuser. Following is the like of code that it tells me which has the error.
File "D:\path\virtual_venv\lib\site-packages\django_pyodbc\base.py", line 489, in execute
return self.cursor.execute(sql, params)
pyodbc.DataError: ('22007', '[22007] [Microsoft][ODBC SQL Server Driver][SQL Server]Conversion failed when converting da
te and/or time from character string. (241) (SQLExecDirectW)')
I hope someone can let me know the solution for this problem.
The text was updated successfully, but these errors were encountered:
I get the following error when I try to create a superuser. Following is the like of code that it tells me which has the error.
I hope someone can let me know the solution for this problem.
The text was updated successfully, but these errors were encountered: