cdh.core.file_loading module

cdh.core.file_loading.add_css_file(file, reverse=True)[source]

Registers a CSS File to be loaded on this page. Mostly intended for apps in the shared core to dynamically insert their files into the base template

cdh.core.file_loading.add_js_file(file, reverse=True)[source]

Registers a JS File to be loaded. Mostly intended for apps in the shared core to dynamically insert their files into the base template