Socket
Socket
Sign inDemoInstall

core-module-raw-xml-app

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-module-raw-xml-app

Raw xml module for the parser core project


Maintainers
1

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

.. code:: python

INSTALLED_APPS = [
  ...
  'core_module_raw_xml_app',
]

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

.. code:: python

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc