Skip to content

usnistgov/core_module_blob_host_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e01262 · Jan 17, 2025
Aug 20, 2024
Nov 12, 2024
Dec 29, 2017
Feb 22, 2023
Dec 29, 2017
May 29, 2018
Feb 22, 2023
Oct 13, 2022
Jan 17, 2025
Jan 17, 2025
May 27, 2021
Aug 25, 2022
Jan 17, 2025

Repository files navigation

core_module_blob_host_app

Blob Host module for the parser core project.

Quick start

1. Add "core_module_blob_host_app" to your INSTALLED_APPS setting

INSTALLED_APPS = [
  ...
  'core_module_blob_host_app',
]

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

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