blog/docs/code/django.md

27 lines
550 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Django篇
date: 2022-01-03
categories: Django
author: Anges黎梦
tags:
- Django
---
#### Django基础篇
- 认识Django
[Django简单介绍](http://www.angeszhu.cn/code/django/info.html)
[Django的安装与项目创建](http://www.angeszhu.cn/code/django/create.html)
[Django-admin和manage](http://www.angeszhu.cn/code/django/admin.html)
- setting
[Django的项目设置Setting](http://www.angeszhu.cn/code/django/setting.html)
- Urls路由
[路由Urls](http://www.angeszhu.cn/code/django/urls.html)