[root@xxx zhuye_kim]# python3 manage.py makemigrations
Traceback (most recent call last):
File "/root/zhuye_kim/zhuye_kim/settings.py", line 115, in <module>
from .local_settings import *
ModuleNotFoundError: No module named 'zhuye_kim.local_settings'
System check identified some issues:
WARNINGS:
?: (1_10.W001) The MIDDLEWARE_CLASSES setting is deprecated in Django 1.10 and the MIDDLEWARE setting takes precedence. Since you've set MIDDLEWARE, the value of MIDDLEWARE_CLASSES is ignored.
No changes detected
报错