core-module-auto-key-integer-sequence-app

Auto key (sequence of integers) module for the parser core project


License
Other
Install
pip install core-module-auto-key-integer-sequence-app==1.3.0

Documentation

core_module_auto_key_integer_sequence_app

Auto Key (sequence of integers) module for the parser core project.

Quick start

1. Add "core_module_auto_key_integer_sequence_app" to your INSTALLED_APPS setting

INSTALLED_APPS = [
  ...
  'core_module_auto_key_integer_sequence_app',
]

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

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