2011-10-14 02:04:12 +08:00
|
|
|
from __future__ import absolute_import
|
|
|
|
|
|
|
|
# TODO: why can't I make this ..app2
|
2010-03-22 04:29:11 +08:00
|
|
|
from app2.models import NiceModel
|
|
|
|
|
2011-10-14 02:04:12 +08:00
|
|
|
|
2010-03-22 04:29:11 +08:00
|
|
|
class ProxyModel(NiceModel):
|
|
|
|
class Meta:
|
|
|
|
proxy = True
|