<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin-top:0cm;
        margin-right:0cm;
        margin-bottom:10.0pt;
        margin-left:0cm;
        line-height:115%;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:10.0pt;
        margin-left:36.0pt;
        line-height:115%;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:"Calibri","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
-->@-ms-viewport {
  width: device-width;
}
</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body lang="EN-GB" link="#0563C1" vlink="#954F72"><table cellpadding="0" cellspacing="0" border="0" width="100%">
        <tbody><tr><td style="max-width: 100%; height: auto;"></td></tr></tbody></table><table cellpadding="0" cellspacing="0" border="0">
        <tbody><tr><td style="max-width: 100%; height: auto;" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tbody><tr><td style="max-width: 100%; height: auto;"><br>
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal">I wonder if anyone can assist with an error that I am getting when working through the setup steps of the ‘customise the look and feel’ section (<a href="http://docs.geonode.org/en/latest/tutorials/admin/customize_lookfeel/customize/setup_admin.html">http://docs.geonode.org/en/latest/tutorials/admin/customize_lookfeel/customize/setup_admin.html</a>).
<o:p></o:p></p>
<p class="MsoNormal">When running <o:p></o:p></p>
<table class="MsoTableGrid" border="1" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border:none">
<tbody>
<tr>
<td width="623" valign="top" style="width:467.5pt;border:solid windowtext 1.0pt;padding:0cm 5.4pt 0cm 5.4pt">
<p class="MsoNormal">$ python manage.py migrate<o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I get the following ImportError message:<o:p></o:p></p>
<table class="MsoTableGrid" border="1" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border:none">
<tbody>
<tr>
<td width="623" valign="top" style="width:467.5pt;border:solid windowtext 1.0pt;padding:0cm 5.4pt 0cm 5.4pt">
<p class="MsoNormal">Traceback (most recent call last):<o:p></o:p></p>
<p class="MsoNormal">  File "manage.py", line 11, in <module><o:p></o:p></p>
<p class="MsoNormal">    execute_from_command_line(sys.argv)<o:p></o:p></p>
<p class="MsoNormal">  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 354, in execute_from_command_line<o:p></o:p></p>
<p class="MsoNormal">    utility.execute()<o:p></o:p></p>
<p class="MsoNormal">  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 328, in execute<o:p></o:p></p>
<p class="MsoNormal">    django.setup()<o:p></o:p></p>
<p class="MsoNormal">  File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 18, in setup<o:p></o:p></p>
<p class="MsoNormal">    apps.populate(settings.INSTALLED_APPS)<o:p></o:p></p>
<p class="MsoNormal">  File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in populate<o:p></o:p></p>
<p class="MsoNormal">    app_config.import_models(all_models)<o:p></o:p></p>
<p class="MsoNormal">  File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 198, in import_models<o:p></o:p></p>
<p class="MsoNormal">    self.models_module = import_module(models_module_name)<o:p></o:p></p>
<p class="MsoNormal">  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module<o:p></o:p></p>
<p class="MsoNormal">    __import__(name)<o:p></o:p></p>
<p class="MsoNormal">  File "/home/geonode/geonode/geonode/base/models.py", line 22, in <module><o:p></o:p></p>
<p class="MsoNormal">    from polymorphic import PolymorphicModel, PolymorphicManager<o:p></o:p></p>
<p class="MsoNormal">ImportError: cannot import name PolymorphicModel<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have installed Geonode using the full installation on Ubuntu version 14.04<o:p></o:p></p>
<p class="MsoNormal">If anyone could help it would be greatly appreciated!<o:p></o:p></p>
<p class="MsoNormal">Paul<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</td></tr></tbody></table></td></tr><tr><td style="max-width: 100%; height: auto;"><br></td></tr></tbody></table><table id="rs-bottom-banner" cellpadding="0" cellspacing="0" border="0" width="100%">
        <tbody><tr><td style="max-width: 100%; height: auto;"></td></tr></tbody></table><table id="rs-disclaimer" cellpadding="0" cellspacing="0" border="0" width="100%">
        <tbody><tr><td style="max-width: 100%; height: auto;"><br><table border="0" cellpadding="0" cellspacing="0" width="650">
        <tbody><tr><td style="max-width: 100%; height: auto;"><p style="margin:0" align="full"><font face="arial,helvetica,sans-serif" size="1">This email is for the intended recipient only. It may contain information that is privileged, confidential and/or subject to copyright. If you are not the intended recipient, please delete this email and any attachments immediately. You may not present this message or any part of it to another party without consent from the sender. </font><br><br><font face="arial,helvetica,sans-serif" size="1">Although the British Red Cross has taken steps to ensure this email and any attachments are virus-free, we do not accept any responsibility for viruses, or for inaccurate or incomplete information or failure to deliver information. It is your responsibility to scan the email and any attachments to ensure they are virus-free.  </font><br><br><font face="arial,helvetica,sans-serif" size="1">The British Red Cross may monitor the content of emails sent or received by its employees.</font><br><br><font face="arial,helvetica,sans-serif" size="1">The British Red Cross Society, incorporated by Royal Charter 1908, is a charity registered in England and Wales (220949), Scotland (SC037738) and Isle of Man (0752).</font><br><br><font face="arial,helvetica,sans-serif" size="1">The red cross emblem is a protective symbol, the use of which is restricted by international and national law. It may not be reproduced without prior authorisation. For more information, about the emblem, please go to www.redcross.org.uk/About-us/Who-we-are/The-international-Movement/The-emblem. </font><br><br><font face="arial,helvetica,sans-serif" size="1">If you need to contact the British Red Cross, please go to www.redcross.org.uk/About-us/Contact-and-help/Contact-us and select the best option for you.</font></p></td></tr></tbody></table></td></tr></tbody></table><br><br>
<P align=left><FONT style="BACKGROUND-COLOR: #ffffff"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><A href="http://www.redcross.org.uk/appealweek"><FONT color=#0000ff></FONT></A></SPAN></FONT></P><FONT style="BACKGROUND-COLOR: #ffffff">
<DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-bidi-font-size: 8.0pt"></SPAN><FONT face="MS Sans Serif" size=1>
<DIV></FONT><FONT size=2><FONT size=1><SPAN style="FONT-SIZE: 9.5pt; COLOR: black; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">
<DIV><FONT size=1><SPAN lang=EN-GB><FONT size=1><SPAN lang=EN-GB>
<P></SPAN></FONT></SPAN></FONT></SPAN></FONT></FONT> </P>
<P> </P></DIV>
<P><FONT size=2><FONT face=Tahoma><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">This email is for the intended recipient only. It may contain information that is privileged, confidential and/or subject to copyright. If you are not the intended</SPAN></FONT></P>
<DIV>
<DIV><FONT face=Tahoma><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"> recipient, please delete this email and any attachments and notify </SPAN></FONT><FONT face=Tahoma><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"> </SPAN><U><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><A href="mailto:mailadmin@redcross.org.uk"><FONT color=#0000ff>mailadmin@redcross.org.uk</FONT></A></SPAN></U></FONT><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT face=Tahoma>. You may not present this message or any part of it to</FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT face=Tahoma>another party without consent from the sender. </FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT face=Tahoma><BR>Although the British Red Cross has taken steps to ensure this email and any attachments are virus-free, we do not accept any responsibility for viruses, or for </FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT face=Tahoma>inaccurate or incomplete information or failure to deliver information. It is your responsibility to scan the email and any attachments to ensure they are virus-free.  </FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT face=Tahoma></FONT></SPAN> </DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT face=Tahoma>The British Red Cross may monitor the content of emails sent or received by its employees.</FONT></SPAN></DIV><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT face=Tahoma>
<DIV><BR>The British Red Cross Society, incorporated by Royal Charter 1908, is a charity registered in England and Wales (220949) and Scotland (SC037738). <BR></DIV>
<DIV> </DIV>
<DIV>The red cross emblem is a protective symbol, the use of which is restricted by international and national law. It may not be reproduced without prior authorisation. </FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><A href="http://www.redcross.org.uk/standard.asp?id=35289"><FONT face=Tahoma color=#0000ff>Click here for more information</FONT></A><FONT face=Tahoma>.</FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Microsoft Sans Serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"></SPAN> </DIV></DIV>
<P></FONT></FONT><FONT style="BACKGROUND-COLOR: #ffffff"><FONT size=2><SPAN class=Normal--Char style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial', 'Arial'"> <BR></SPAN></FONT></P></DIV></DIV>
<P align=left><FONT size=2><BR><BR><BR><BR>This message has been scanned for viruses by </FONT></FONT><A href="http://www.blackspider.com/"><FONT style="BACKGROUND-COLOR: #ffffff" color=#000000 size=2>BlackSpider MailControl</FONT></A></P>
</body>
</html>