post.py 110 B

1234567
  1. from django.db import models
  2. from misago.conf import settings
  3. class Post(object):#(models.Model):
  4. pass