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