page
This commit is contained in:
parent
3447bd40e2
commit
0f5c9d2722
3 changed files with 44 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ from django.db import models
|
|||
from django.conf import settings
|
||||
from ox.utils import json
|
||||
|
||||
|
||||
class Page(models.Model):
|
||||
created = models.DateTimeField(auto_now_add=True)
|
||||
modified = models.DateTimeField(auto_now=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue