DjangoBasic TutorialsThis is the first Django profile?
Django is a free open source website framework developed by Python that can be used to quickly build high-performance, elegant websites!
You can learn, Django is simple! This tutorial has been updated, from the beginning to write to now probably write for more than a year, and now also insist on writing, each tutorial is likely to be updated at any time, you can see the latest update on the site homepage.
I read all of the official Django English documents and felt that there was not much better Django learning resources in the country, so I decided to write my own tutorial. This tutorial started with the Django version is 1.6,django update soon, the self-improvement tutorial also updated, taking into account the subsequent new version, from Django 1.4 to the latest Django 1.10 should be no problem. Some tutorials for Django 1.10 are still in the update
self-Improvement Academy is a site built with Django! Books are available for download and can be read on Kindle, ipad, etc.
This tutorial author: Zhongweizhong (without permission, no reprint!)
If you encounter problems, please reply to the corresponding tutorials, if any, attachments, etc. can be sent to email [email protected] (generally 24 hours to reply)
Currently does not provide QQ group, I think the mail can be centralized processing, more efficient.
This tutorial series of articles ebook download: Link: http://pan.baidu.com/s/1pLGkPJ1 Password: gsqb (without attachments) other than this tutorial
Self-Improvement Academy learning to share articles: Python learning Resources and Django Learning Resources , if there is a better tutorial can also be recommended under the article Oh!
Django is based on Python, and all Django code is written in Python.
The problems encountered during the development process can be answered directly under the appropriate tutorials.
What it takes to learn Django
1. Django is a network framework package written in the Python language, so you need to know some basic python knowledge.
2. Second, you'd better have some experience in Web site, understand some HTML, CSS, JavaScript knowledge.
No experience, no relationship, slowly come on, you can learn, Django is simple!
Django features
Powerful Database capabilities
With Python's class inheritance, a few lines of code can have a rich, dynamic database operation interface (API), and you can execute SQL statements if needed
comes with powerful back-Office features
A few simple lines of code let your site have a powerful background, easy to manage your content!
an elegant website
Use regular match URLs, pass them to the corresponding functions, and define them as you like!
Template System
Powerful, easy-to-extend template system, easy to design, code, style separate design, easier to manage.
Cache System
With memcached or other cache system, better performance, faster loading speed.
Internationalization
fully supports multi-lingual applications, allowing you to define translated characters and easily translate them into different countries ' languages.
Django Basics Tutorial