Skip to content

usnistgov/core_module_fancy_tree_registry_app

Repository files navigation

core_module_fancy_tree_registry_app

Fancy Tree module for the parser core project.

Quick start

1. Add "core_module_fancy_tree_registry_app" to your INSTALLED_APPS setting

INSTALLED_APPS = [
  ...
  'core_module_fancy_tree_registry_app',
]

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

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