core-module-raw-xml-app

Raw xml module for the parser core project


License
Other
Install
pip install core-module-raw-xml-app==2.13.0

Documentation

core_module_raw_xml_app

Raw XML module for the parser core project.

Quick start

1. Add "core_module_raw_xml_app" to your INSTALLED_APPS setting

INSTALLED_APPS = [
  ...
  'core_module_raw_xml_app',
]

2. Include the core_module_raw_xml_app URLconf in your project urls.py

url(r'^', include('core_module_raw_xml_app.urls')),