Talk Proposal Submission
If you are interested in attending this talk at PyCon JP 2017, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.
talk
djangoのmigrationはどう動いているのか?(ja)
Speakers
Akira Nonaka
Audience level:
Novice
Category:
Web Frameworks
Description
djangoのmigrationはたいへん強力です。makemigration, migrateコマンドを実行したとき、内部でなにが起きているのか解説します。最低限これを理解していれば、なにかトラブルが置きたときの対応に困らなくなるでしょう。同時に我々のチームで行っているmigrationのクリーンアップ作業についてもデモを交えながら説明します。
Objectives
djangoのmigration機能について理解を深め、種々のトラブルに対応できるようにな知識を身につける
Abstract
以下の内容に関して解説します。
- djangoとはなにか
- webアプリ開発においてなぜDB管理は厄介なのか
- migrationはどのような機能か
- makemigration, migrateを実行するとなにがおきるのか?
- migrationのクリーンアップについて
- 様々なトラブルへの対応方法について
- デモ