Home > other >  Perform database migrations at the fault
Perform database migrations at the fault

Time:11-18

Execute statement: python manage. Py makemigrations sign



TypeError: argument of type 'WindowsPath' is not iterable

CodePudding user response:

Prior to perform the migration will check all the grammatical errors,

'WindowsPath' this thing is iterative, find it, change is good

CodePudding user response:

The entire search again, didn't find it, how to quickly find

CodePudding user response:

SF, reference 2/f test response:
the whole search again, didn't find it, how to quickly find
positioning error, carefully read the newspaper, wrong also don't know if you would give an error this most surface, oneself slowly find, or see where not ready

CodePudding user response:

Expect WindowsPath on the surface, the procedure is the form [' c:/1 ', 'c:/2]
And the incoming parameters is' c:/1 'or'

  • Related