move monkey_patch into app, no need for extra app

This commit is contained in:
j 2013-05-18 21:43:52 +00:00
commit 5f209cf92b
17 changed files with 13 additions and 61 deletions

View file

@ -6,6 +6,8 @@ from django.db import models
from changelog.models import Changelog
import monkey_patch
class Page(models.Model):
created = models.DateTimeField(auto_now_add=True)
modified = models.DateTimeField(auto_now=True)