makemigrations giving errors #9004
-
I'm not able to run migrate or makemigrations: python3 manage.py migrate Ok, so I run 'manage.py makemigrations': python3 manage.py makemigrations So now I'm posting to discussions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to set the |
Beta Was this translation helpful? Give feedback.
You need to set the
DEVELOPER
config parameter to True to enable the command. This is a safeguard to prevent people from mistakenly creating erroneous migrations and corrupting their database.