core-module-local-id-registry-app

Local id registry module


License
Other
Install
pip install core-module-local-id-registry-app==2.8.0

Documentation

core_module_local_id_registry_app

Local ID registry module

Quick start

1. Add "core_module_local_id_registry_app" to your INSTALLED_APPS setting

INSTALLED_APPS = [
  ...
  'core_module_local_id_registry_app',
]

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

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