Substance D management interface demo

Substance D is an application server built using the Pyramid web framework. It has the following features:

  • Uses ZODB to store its content
  • Has built in users and groups management
  • Has a management interface that allows you to edit and add content (aka an "admin" interface)
  • Has features which allow you to define your own content types for management and arbitrary application development purposes
  • Allows the application of object-level (aka "row-level") security to content objects.
  • Has built-in indexing and searching facilities
  • Has machinery for forming relationships between content objects
  • Has machinery for dumping content to the filesystem and loading content from such a dump

See the documentation for detailed technical information.

To see it in action, click the button below and log in as the user named in the substanced.initial_login with the substanced.initial_password, both of which are in your development.ini or production.ini file.