You can create a data migration using the `--empty` switch. See the docs: https://docs.djangoproject.com/en/4.1/topics/migrations/#data-migrations
On Thursday, 11 August 2022 at 22:42:42 UTC+1 [email protected] wrote: > When we create a modal or change a modal than we use these two commands > python manage.py makemigrations here our table are created and to insert > these table into database this command is necessary python manage.py > migrate. I hope you will understand this. > > On Fri, 12 Aug 2022, 12:56 am Stu.Axon, <[email protected]> wrote: > >> I've got a table that has a list of classnames (that aren't models) that >> are subclasses of a class. >> >> I'd like to hook into makemigrations and generate data migrations to add >> / remove data as required - any idea the best way I can do this ? >> >> -- >> > You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/765737bd-2139-45ef-a6ed-6eb802d58f6cn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-users/765737bd-2139-45ef-a6ed-6eb802d58f6cn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/502a64bb-de9e-429d-878d-a59aba9741b5n%40googlegroups.com.

