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

usnistgov/core_explore_example_type_app

Repository files navigation

core_explore_example_type_app

core_explore_example_type_app is a Django app.

Quick start

  1. Add "core_explore_example_type_app" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
    ...
    'core_explore_example_type_app',
]
  1. Include the core_explore_example_type_app URLconf in your project urls.py like this::
url(r'^explore/type/example', include('core_explore_example_type_app.urls')),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages