What the. Hahaha! Yeah I just corrected it, thanks! But now, I get this error this time. "No module named deconstruct" Weird.
ImproperlyConfigured at /resources/INFORMATION_RESOURCE.E73/default/79c151da-f691-4a2c-be1a-432393cc8dee Error importing module storages.backends.azure_storage: "No module named deconstruct" Request Method: GET Request URL: http://training.philippineheritagemap.org/resources/INFORMATION_RESOURCE.E73/default/79c151da-f691-4a2c-be1a-432393cc8dee Django Version: 1.6.2 Exception Type: ImproperlyConfigured Exception Value: Error importing module storages.backends.azure_storage: "No module named deconstruct" Exception Location: /home/ubuntu/Projects/ENV2/src/django-storages/storages/backends/azure_storage.py in <module>, line 10 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:41:24 -0500 On Sun, Mar 19, 2017 at 1:36 PM, Adam Cox <[email protected]> wrote: > Hi Joel, just looks like a typo. Check the spelling of azure_stroage in > settings.py. > > On Sun, Mar 19, 2017 at 12:29 AM, Joel Aldor <[email protected]> wrote: > >> 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.E >> 18/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/fo >> rum/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. >> > > -- -- 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.
