manager.add_command('runserver', Server('0.0.0.0', port='8093', extra_files=extra_files))

extra_files: a list of files the reloader should watch
                    additionally to the modules.  For example configuration
                    files.
————————————————
版权声明:本文为CSDN博主「小屋子大侠」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_33339479/article/details/81029467

原文地址:https://www.cnblogs.com/fengff/p/11663166.html