python manage.py makemigrations
does not change anything. It provides the following response:
Operating system detected: win32
No changes detected
This error can be solved by adding an empty folder with an empty "init.py" file into the top level directory.
python manage.py makemigrationsdoes not change anything. It provides the following response:
Operating system detected: win32No changes detectedThis error can be solved by adding an empty folder with an empty "init.py" file into the top level directory.