Switch to side-by-side view
--- a/Allura/allura/model/project.py +++ b/Allura/allura/model/project.py @@ -820,6 +820,12 @@ accounturl=accounturl )) + def bulk_export_path(self): + return config['bulk_export_path'].format( + nbhd=self.neighborhood.url_prefix.strip('/'), + project=self.shortname) + + class AppConfig(MappedClass): """ Configuration information for an instantiated :class:`Application <allura.app.Application>`