Django blog system v3.2 official version
3.2
The database and model of this blog are not automatically generated by Django. They use Python's web development framework (Django) and Mysql database.
The design of the database is very irregular, due to time issues (based on the original blog database structure when it "debuted")
The image upload uses Python's Image class library, and the paging uses Paginator. I won't list the others one by one, please see the source code!
The core components of the Django framework are
Object-relational mapping for creating models
Perfect management interface designed for end users
Top-notch URL design
Designer-friendly template language
caching system