This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.contrib.contenttypes.models import ContentType | |
from django.core.urlresolvers import reverse | |
from towel.modelview import ModelView | |
from actstream.models import Follow | |
from models import MyModel | |
from forms import UserProfileRegistrationForm, UserRoleSearchForm | |
class BaseProfileView(ModelView): | |
""" |
NewerOlder