We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
功能说明:
backup_db
settings.py
script/restore_projects_from_backup_db.py
实现内容: 使用using方法指定从backup_db获取数据,依照依赖关系图优先保存无依赖的Model,使用默认的save()方法。
The text was updated successfully, but these errors were encountered:
@Time1ess 这个项目还在维护啊? 👍
Sorry, something went wrong.
@tianweidut 已经衍生了好几个定制版本给其他学校了😂😂
@Time1ess 赞
ShuaiGuo95
No branches or pull requests
功能说明:
backup_db
settings.py
中的数据库设置,以添加backup_db
script/restore_projects_from_backup_db.py
实现内容: 使用using方法指定从
backup_db
获取数据,依照依赖关系图优先保存无依赖的Model,使用默认的save()方法。The text was updated successfully, but these errors were encountered: