# training-django **Repository Path**: duicikeyihangaolou/training-django ## Basic Information - **Project Name**: training-django - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://blog.wuwenxiang.net/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2021-07-08 - **Last Updated**: 2025-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Training Django 2018/06,基于Django 1.11.21 TLS - 原始版本 Github: - 同步到 Gitee: ## OverView ![MVC](/images/563d707018b94fae8dfd824c3a3f3442-MVC.png) ### Django Workflow ![Django-MVC](/images/563d707018b94fae8dfd824c3a3f3442-Django-MVC.png) ### WSGI接口和部署 - ![WSGI-Deployment](/images/563d707018b94fae8dfd824c3a3f3442-WSGI-Deployment.png) - ![Django-Deployment](/images/563d707018b94fae8dfd824c3a3f3442-Django-Deployment.jpg) ## Steps - [Step 01: Get Started](01-Get-Started) - [Step 02: Dynamic Urls](02-Dynamic-Urls) - [Step 03: Templates & Django Shell](03-Templates) - [Step 04: Models](04-Models) - [Step 05: Admins](05-Admin) - [Step 06: Forms](06-Forms) ## Others - Demo: lab-django[Github](https://github.com/duicikeyihangaolou/lab-django/) 或 [Gitee](https://gitee.com/duicikeyihangaolou/lab-django/) - Deployment: Fabric,[Github](https://github.com/duicikeyihangaolou/project-python-webdev-demo/tree/master/u1604-fabric) 或 [Gitee](https://gitee.com/duicikeyihangaolou/project-python-webdev-demo/tree/master/u1604-fabric) - [django-rest-framework](http://www.django-rest-framework.org/tutorial/quickstart/), [reference](https://github.com/twtrubiks/django-rest-framework-tutorial) - [django-tutorial](https://github.com/twtrubiks/django-tutorial)