Build your personal blogging system based on the Dragonboard 410c server series

I. Introduction

I believe that everyone who visits a variety of blogs will more or less vomit some blunt settings of the blog system, especially the creators who write their own blogs, and love the editing system of the blog background articles. Also hate ~! The bloggers feel the same and feel whim, why not build their own blog system? So, this article came into being! (Basic environment construction can refer to the blogger "Dragonboard410c server series" article)

Second, the main code analysis

Code framework

Figure 1 code framework

2. Code sharing

2.1.myapp/views.py

#coding=utf-8
From django.shortcuts import render
From blog.models import BlogsPost
From django.shortcuts import render_to_response
# Create your views here.
Def index ( request ):
Blog_list = BlogsPost . objects . all ()
Return render_to_response ( 'index.html' ,{ 'blog_list' : blog_list })

2.2.myapp/models.py

From django.db import models
From django.contrib import admin
# Create your models here.
Class BlogsPost ( models . Model ):
TItle = models . CharField ( max_length = 150 )
Body = models . TextField ()
TImestamp = models . DateTImeField ()
Class BlogPostAdmin ( admin . ModelAdmin ):
list_display = ( 'TItle', ' timestamp')
admin. site. register (BlogsPost, BlogPostAdmin)
Third, the effect of the actual measurement

Figure 2 blog login page

Figure 3 blog background system

Figure 4 blog writing background

Fourth, the routine to share:

http://pan.baidu.com/s/1eRCqG5k

Home Appliances Wire

Home Appliances Wire

We supply rigorous UL standard electronics wires used in internal wiring of home appliances and electrical equipment such as air conditioner, humidifier, washing machine, fridge, rice cooker, microwave etc. Insulations include PVC, SXL(XLPVC), silicone rubber and FEP with the heat resistance from 176°F(80°C) to 392°F (200°C). Feyvan electronics has carried R&D on covering materials for many years, even some special Insulation materials such as TPE, TPU, insects prevention and rats prevention, our engineers have much experience to provide professional solutions for you.


Home Appliances Wire,Electrical Panel Wiring,Home Wiring,Home Electrical Wiring

Feyvan Electronics Technology Co., Ltd. , https://www.fv-cable-assembly.com