settings.py is not aligned with current Geonode2

Bug #1319308 reported by Daniele Viganò
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenQuake Platform
Fix Committed
High
Daniele Viganò

Bug Description

settings.py in the oq-platform master is not aligned with the current GeoNode 2 release, so some directives are missing:

an example is:

# Available download formats
DOWNLOAD_FORMATS_METADATA = [
    'Atom', 'DIF', 'Dublin Core', 'ebRIM', 'FGDC', 'TC211',
]
DOWNLOAD_FORMATS_VECTOR = [
    'JPEG', 'PDF', 'PNG', 'Zipped Shapefile', 'GML 2.0', 'GML 3.1.1', 'CSV',
    'Excel', 'GeoJSON', 'KML', 'View in Google Earth', 'Tiles',
]
DOWNLOAD_FORMATS_RASTER = [
    'JPEG', 'PDF', 'PNG', 'ArcGrid', 'GeoTIFF', 'Gtopo30', 'ImageMosaic', 'KML',
    'View in Google Earth', 'Tiles',
]

we must avoid duplicate the settings.py, we should instead importing the GeoNode settings.py and then add our customization only to ou local_settings.py

description: updated
Changed in oq-platform:
importance: Undecided → High
status: Confirmed → In Progress
Revision history for this message
Daniele Viganò (daniele-vigano) wrote :
Revision history for this message
Daniele Viganò (daniele-vigano) wrote :

Done, merged

Changed in oq-platform:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.