Django2.0 Course

screenshot of Django2.0 Course
django

Django2.0视频教程相关代码(杨仕航)

Overview:

The provided content seems to be in Mandarin and discusses a Django 2.0 video tutorial series. The author highlights the ownership rights of the tutorial series and the corresponding code available on a Git project. Viewers are encouraged to go through the code folders for each lesson, use Python 3.x for the best experience, set up a virtual environment, and install necessary libraries. The tutorial covers various aspects of Django and includes sections on website deployment, improving user experience, and community interaction channels.

Features:

  • Python Django Web Framework: Utilizes Python for web development.
  • Virtual Environment Support: Recommends using virtualenv for managing Python libraries.
  • Easy Library Installation: Each lesson folder contains a requirements.txt file for one-click library installation.
  • Cache Table Setup: Instructions provided to create cache tables from a specific lesson onwards.
  • MySQL Database Integration: Guidance on installing mysqlclient library for lessons involving MySQL databases.
  • Local Server Startup: Instructions to run the local server for the project.
  • Course Structure: Divided into parts covering Django fundamentals, practical projects, advanced learning, website deployment, and user experience enhancement.
  • Community Interaction: Provides QQ group and public account for sharing and learning, and recommends a supporter's affordable cloud server service.

Summary:

The article introduces a Django 2.0 video tutorial series with corresponding code available on a Git project. It emphasizes using Python 3.x, setting up a virtual environment, and simplifies library installation. Additional instructions cover cache table creation, MySQL integration, server startup, and the course structure. Community interaction options are provided for further learning and support.

django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.