用django寫個CMS系統

上一篇介紹過django自帶的flatpages,能夠做簡單的CMS。但是對於我們的真正的工作中的使用意義並不大。還是自己動手寫一個吧。 不用說,一定是先從models開始的: 1 from django.db import models 2 3 # Create your models here. 4 5 from django.contrib.auth.models import
相關文章
相關標籤/搜索