add some cache data

This commit is contained in:
j 2009-07-13 10:09:58 +02:00
commit 294dbc8bac
11 changed files with 279 additions and 9 deletions

0
poster/__init__.py Normal file
View file

3
poster/models.py Normal file
View file

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

1
poster/views.py Normal file
View file

@ -0,0 +1 @@
# Create your views here.