Install Custom Registration Form Plugin on Tutor

This is not specific to Koa – at least, not that I know of. If you make changes to certain models, then yes you will want to generate migrations, but not for all models. Instead, you probably want to generate models only for your customized application. For instance:

./manage.py lms makemigrations custom_reg_form
3 Likes