geonode.settings
Attributes
DEFAULT_BACKEND_UPLOADER = {'geonode.importer'} |
|
In order to generate reCaptcha keys, please see: |
|
MapStore2 REACT based Client parameters |
|
sudo apt-get install -y erlang |
|
Default schema used to store extra and dynamic metadata for the resource |
|
If present, will extend the available metadata schema used for store |
|
Variable used to actually get the expected metadata schema for each resource_type. |
|
List of modules that implement custom metadata storers that will be called when the metadata of a resource is saved |
|
Define the URLs patterns used by the SizeRestrictedFileUploadHandler |
|
Module Contents
- geonode.settings.SILENCED_SYSTEM_CHECKS = ['1_8.W001', 'fields.W340', 'auth.W004', 'urls.W002', 'drf_spectacular.W001', 'drf_spectacular.W002'][source]
- geonode.settings._DEFAULT_SECRET_KEY = 'myv-y4#7j-d*p-__@j#*3z@!y24fz8%^z2v6atuy4bo9vqr1_a'[source]
- geonode.settings._DEFAULT_LANGUAGES = Multiline-String[source]
Show Value
"""( ('af', 'Afrikaans'), ('sq', 'Albanian'), ('am', 'Amharic'), ('ar', 'Arabic'), ('id', 'Bahasa Indonesia'), ('bn', 'Bengali'), ('de', 'Deutsch'), ('en', 'English'), ('es', 'Español'), ('fr', 'Français'), ('it', 'Italiano'), ('km', 'Khmer'), ('nl', 'Nederlands'), ('ne', 'Nepali'), ('fa', 'Persian'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Portuguese (Brazil)'), ('ru', 'Russian'), ('si', 'Sinhala'), ('sw', 'Swahili'), ('sv', 'Swedish'), ('tl', 'Tagalog'), ('ta', 'Tamil'), ('uk', 'Ukranian'), ('vi', 'Vietnamese'), ('el', 'Ελληνικά'), ('th', 'ไทย'), ('zh-cn', '中文'), ('ja', '日本語'), ('ko', '한국어'), ('sk', 'Slovensky'), )"""
- geonode.settings.STATICFILES_FINDERS = ('django.contrib.staticfiles.finders.FileSystemFinder',...[source]
- geonode.settings.STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'[source]
- geonode.settings.GEONODE_CORE_APPS = ('geonode.api', 'geonode.base', 'geonode.br', 'geonode.layers', 'geonode.maps',...[source]
- geonode.settings.GEONODE_INTERNAL_APPS = ('geonode.people', 'geonode.client', 'geonode.themes', 'geonode.proxy', 'geonode.social',...[source]
- geonode.settings.INSTALLED_APPS = ('modeltranslation', 'dal', 'dal_select2', 'grappelli', 'django.contrib.auth',...[source]
- geonode.settings.markdown_white_listed_tags = ['a', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'h7', 'ul', 'li', 'span', 'blockquote', 'strong', 'code'][source]
- geonode.settings.CONTEXT_PROCESSORS = ['django.template.context_processors.debug', 'django.template.context_processors.i18n',...[source]
- geonode.settings.MIDDLEWARE = ('corsheaders.middleware.CorsMiddleware', 'django.middleware.common.CommonMiddleware',...[source]
- geonode.settings.AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend', 'guardian.backends.ObjectPermissionBackend',...[source]
- geonode.settings.DATA_UPLOAD_MAX_NUMBER_FIELDS = 100000[source]
DEFAULT_BACKEND_UPLOADER = {‘geonode.importer’}
- geonode.settings._DATETIME_INPUT_FORMATS = ['%Y-%m-%d %H:%M:%S.%f %Z', '%Y-%m-%dT%H:%M:%S.%f', '%Y-%m-%dT%H:%M:%S%Z'][source]
- geonode.settings.SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'[source]
- geonode.settings.DOWNLOAD_FORMATS_METADATA = ['Atom', 'DIF', 'Dublin Core', 'ebRIM', 'FGDC', 'ISO'][source]
- geonode.settings.DOWNLOAD_FORMATS_VECTOR = ['JPEG', 'PDF', 'PNG', 'Zipped Shapefile', 'GML 2.0', 'GML 3.1.1', 'CSV', 'Excel', 'GeoJSON',...[source]
- geonode.settings.DOWNLOAD_FORMATS_RASTER = ['JPEG', 'PDF', 'PNG', 'ArcGrid', 'GeoTIFF', 'Gtopo30', 'ImageMosaic', 'KML', 'View in Google...[source]
- geonode.settings.AUTO_GENERATE_AVATAR_SIZES = (20, 30, 32, 40, 50, 65, 70, 80, 100, 140, 200, 240)[source]
- geonode.settings.ACCOUNT_SIGNUP_FORM_CLASS[source]
In order to generate reCaptcha keys, please see: - https://pypi.org/project/django-recaptcha/#installation - https://pypi.org/project/django-recaptcha/#local-development-and-functional-testing
- geonode.settings.FREETEXT_KEYWORDS_READONLY[source]
sudo apt-get install -y erlang sudo apt-get install rabbitmq-server
sudo update-rc.d rabbitmq-server enable
sudo rabbitmqctl stop_app sudo rabbitmqctl reset sudo rabbitmqctl start_app
sudo rabbitmqctl list_queues
- geonode.settings.UI_DEFAULT_MANDATORY_FIELDS = ['id_resource-title', 'id_resource-abstract', 'id_resource-language', 'id_resource-license',...[source]
- geonode.settings.FILE_UPLOAD_HANDLERS = ['geonode.upload.uploadhandler.SizeRestrictedFileUploadHandler',...[source]
- geonode.settings.DEFAULT_MAX_PARALLEL_UPLOADS_PER_USER[source]
Default schema used to store extra and dynamic metadata for the resource
- geonode.settings.DEFAULT_EXTRA_METADATA_SCHEMA[source]
If present, will extend the available metadata schema used for store new value for each resource. By default overrided the existing one. The expected schema is the same as the default
- geonode.settings.CUSTOM_METADATA_SCHEMA[source]
Variable used to actually get the expected metadata schema for each resource_type. In this way, each resource type can have a different metadata schema
- geonode.settings.EXTRA_METADATA_SCHEMA[source]
List of modules that implement custom metadata storers that will be called when the metadata of a resource is saved
- geonode.settings.METADATA_STORERS = [][source]
Define the URLs patterns used by the SizeRestrictedFileUploadHandler to evaluate if the file is greater than the limit size defined
- geonode.settings.SIZE_RESTRICTED_FILE_UPLOAD_ELEGIBLE_URL_NAMES = ('data_upload', 'uploads-upload', 'document_upload')[source]