django create empty migration

  1. Open the terminal or command prompt.
  2. Navigate to the Django app directory.
  3. Run the command "python manage.py makemigrations --empty your_app_name".
  4. This will create an empty migration file in the migrations directory of the specified app.