Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 654 Bytes

File metadata and controls

24 lines (16 loc) · 654 Bytes

core_module_advanced_blob_host_app

Advanced Blob Host module for the parser core project.

Quick start

1. Add "core_module_advanced_blob_host_app" to your INSTALLED_APPS setting

INSTALLED_APPS = [
  ...
  'core_module_advanced_blob_host_app',
]

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

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