[paste.app_factory]
main = web.core:Application.factory

[webcore.command]
shell = web.commands.shell:ShellCommand

[paste.paster_command]
shell = web.commands.shell:ShellCommand

[toscawidgets.host_frameworks]
webcore = web.extras.twframework:WebCoreHostFramework

[webcore.db.engines]
sqlalchemy = web.db.sa:SQLAlchemyMiddleware
mongo = web.db.mongo:MongoMiddleware
mongoengine = web.db.me:MongoEngineMiddleware

