This commit is contained in:
j 2010-02-27 17:07:22 +05:30
parent 419099d280
commit 2e8676fc52
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from django.db import models
# Create your models here.
class Page(models.Model):
created = models.DateTimeField(auto_now_add=True)
modified = models.DateTimeField(auto_now=True)