How to reload modules in django shell?

后端 未结 11 1190
面向向阳花
面向向阳花 2020-12-22 18:38

I am working with Django and use Django shell all the time. The annoying part is that while the Django server reloads on code changes, the shell does not, so every time I ma

11条回答
  •  遥遥无期
    2020-12-22 19:01

    Reload() doesn't work in Django shell without some tricks. You can check this thread na and my answer specifically:

    How do you reload a Django model module using the interactive interpreter via "manage.py shell"?

提交回复
热议问题