PKG_NAME = "ATRepresentations" SKIN_NAME = "ATRepresentations" RELATIONSHIP = 'representationOf' INSTALL_DEMO_TYPES = 1 ##Install the demo types DEBUG = 1 ## See debug messages # With cache representations, getCanonicalRepresentation and getRepresentations will be cached. # However, it might lead to read inconsistencies between threads and ZEO clients CACHE_REPRESENTATIONS = 0 # With delete protection on, the canonical representation object can # only be deleted if there are no more representations left. # In other words: You have to delete all representations before you can # delete the canonical representation object. CANONICAL_DELETE_PROTECTION = 1 GLOBALS = globals()