Hi Hannes - I think that the issue is that the EXPORT_CONFIG setting is not commented out in hip (this will be corrected in the next release). Because of this, your application is not using the default EXPORT_CONFIG. You should be able to fix this by changing the EXPORT_CONFIG setting in your application's settings.py file to an empty string like this:
EXPORT_CONFIG = '' If you need to customize your export configs, there is an example in the hip documentation. Hope that helps, Cyrus On Tue, Jun 9, 2015 at 1:16 PM, H Pirker <[email protected]> wrote: > Dear all, > > when trying to save search results, the command fails with: > > http://127.0.0.2:8000/search/export?export=csv ... > > [Errno 2] No such file or directory: > '/opt/arches3/Projects/ENV/local/lib/python2.7/site-packages/arches_hip/source_data/resource_export_mappings.json' > > Obviously no resource_export_mappings.json is provided in the pip > packages. > > Is this a bug or a feature? (I kow that one is supposed to design his/her > own export mappings, but wouldn't it be nice to provide at least an > example file? ) > > all the best > > Hannes > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Cyrus Hiatt GIS Web Developer Phone: 415.227.1144 601 Montgomery Street Suite 1095 San Francisco, CA www.fargeo.com -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
