Misc
organisation_redirect(org_path='')
¶
Redirect requests with the non-american spelling of organisation to the CKAN path.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
org_path
|
additional parts of the path |
''
|
Source code in ckanext/nhm/routes/misc.py
23 24 25 26 27 28 29 30 31 | |
redundancy(random_string=None)
¶
This is a hacky fix for data-portal#422, just so calling this page doesn't return a 404 and fill up the logs.
Source code in ckanext/nhm/routes/misc.py
13 14 15 16 17 18 19 20 | |