from django.db import models from misago.conf import settings class Post(object):#(models.Model): pass