Django Migrations Custom names for migration files

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

Use the makemigrations --name <your_migration_name> option to allow naming the migrations(s) instead of using a generated name.

python manage.py makemigrations --name <your_migration_name> <app_name>


Got any Django Question?