# big-talk-django **Repository Path**: bxxfighting/big-talk-django ## Basic Information - **Project Name**: big-talk-django - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2021-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 说明 这个库不是Django的基础教程,只是总结一些使用经验,主要是orm的经验 [第一节 创建model](https://github.com/bxxfighting/big-talk-django/blob/master/examples/01.py) [第二节 统一管理model](https://github.com/bxxfighting/big-talk-django/blob/master/examples/02.py) [第三节 搜索用户、Q、F](https://github.com/bxxfighting/big-talk-django/blob/master/examples/03.py) [第四节 聚合](https://github.com/bxxfighting/big-talk-django/blob/master/examples/04.py) [第五节 按日期聚合](https://github.com/bxxfighting/big-talk-django/blob/master/examples/05.py) [第六节 事务](https://github.com/bxxfighting/big-talk-django/blob/master/examples/06.py)