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

Commit

Permalink
to make stage 2 optional
Browse files Browse the repository at this point in the history
at line 100: "ckan.dataset.create_on_ui_requires_resources = False" adding a resource or data to a dataset is optional with the value False and obligatory with value True
  • Loading branch information
MandanaMoshref authored Feb 17, 2021
1 parent 5a2e13e commit 772a747
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SDDI-CKAN-Docker source files/production.ini
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ solr_url = http://127.0.0.1:8983/solr
# cors.origin_whitelist is a space separated list of allowed domains.
# ckan.cors.origin_whitelist = http://example1.com http://example2.com

# To make the second stage/adding a resource or data optional:
ckan.dataset.create_on_ui_requires_resources = False

## Plugins Settings

Expand Down Expand Up @@ -259,4 +261,4 @@ level = NOTSET
formatter = generic

[formatter_generic]
format = %(asctime)s %(levelname)-5.5s [%(name)s] %(message)s
format = %(asctime)s %(levelname)-5.5s [%(name)s] %(message)s

0 comments on commit 772a747

Please sign in to comment.