数据库同步
code
macname@MacdeMBP ibook % python3 manage.py makemigrations Migrations for 'booklist': booklist/migrations/0022_auto_20200505_1224.py - Remove field book_dir from bookinfoa - Remove field book_dir from bookinfob - Remove field book_dir from bookinfoc macname@MacdeMBP ibook % python3 manage.py migrate Operations to perform: Apply all migrations: admin, auth, booklist, contenttypes, sessions Running migrations: Applying booklist.0022_auto_20200505_1224... OK macname@MacdeMBP ibook %