Hi all, So I created a separate training environment for the Philippine Heritage Map (training.philippineheritagemap.org) using a production copy of our website, and now I'm trying to upload an image under either Images & Files, or Condition Assessment, on a historic resource. Everytime I upload a photo I will always get the ImproperlyConfigured error, and it even says "No module named azure_storage" when in fact it is connected to our Azure storage container. I'm not sure what I'm doing wrong here.
ImproperlyConfigured at /resources/HERITAGE_RESOURCE.E18/condition/446fd6e8-5a7d-4c16-a2cc-2f79985a8d09 Error importing module storages.backends.azure_stroage: "No module named azure_stroage" Request Method: POST Request URL: http://training.philippineheritagemap.org/resources/HERITAGE_RESOURCE.E18/condition/446fd6e8-5a7d-4c16-a2cc-2f79985a8d09 Django Version: 1.6.2 Exception Type: ImproperlyConfigured Exception Value: Error importing module storages.backends.azure_stroage: "No module named azure_stroage" Exception Location: /home/ubuntu/Projects/ENV2/lib/python2.7/site-packages/django/utils/importlib.py in import_module, line 40 Python Executable: /usr/bin/python Python Version: 2.7.6 Python Path: ['/home/ubuntu/Projects/ENV2/src/django-storages', '/home/ubuntu/Projects/phm2app', '/home/ubuntu/Projects/ENV2/lib/python2.7/site-packages', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages'] Server time: Sun, 19 Mar 2017 00:24:59 -0500 -- -- 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.
