![Django 2 Web Development Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/229/36699229/b_36699229.jpg)
上QQ阅读APP看书,第一时间看更新
Database Structure and Modeling
In this chapter, we will cover the following topics:
- Using model mixins
- Creating a model mixin with URL-related methods
- Creating a model mixin to handle creation and modification dates
- Creating a model mixin to take care of meta tags
- Creating a model mixin to handle generic relations
- Handling multilingual fields
- Enabling schema microdata enhancements
- Using migrations
- Switching from South migrations to Django migrations
- Changing a foreign key to the many-to-many field