Source code for useful_inkleby.useful_django.views

from functional import *
from bake import *
from url import *
from social import *
from exceptions import *

[docs]class LogicalURLView(BakeView,IntegratedURLView): """ Contains baking, logical structure, and integrated URl """ pass
[docs]class LogicalSocialView(LogicalURLView,SocialView): """ Contains baking, logical structure, and integrated URl and social mix-in """ pass
[docs]class ComboView(LogicalSocialView): """ Backwards compatible LogicalSocialView """ pass