Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

usnistgov/core_module_auto_key_integer_sequence_app

Repository files navigation

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')),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages