On Wednesday 31 May 2017 03:00 AM, Brian May wrote:
> Raphael Hertzog <hert...@debian.org> writes:
> 
>> Is that actually true? linaro_django_xmlrpc seems to be listed in
>> INSTALLED_APPS, no?
>>
>> Do you have any idea why it would give this error?
> 
> I note that linaro_django_xmlrpc is towards the end of
> INSTALLED_APPS. Maybe it did not get loaded?

Just to ensure, I changed the order as follows and tried, which didn't
help.

<snip>
INSTALLED_APPS = [
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'django.contrib.humanize',
    'django.contrib.staticfiles',
    'django.contrib.admin',
    'linaro_django_xmlrpc',
    # Uncomment the next line to enable admin documentation:

    # 'django.contrib.admindocs',

    # Add LAVA applications

    'dashboard_app',
    'lava_results_app',
    'lava_scheduler_daemon',
    'lava_scheduler_app',
    # Needed applications

    'django_tables2',
    'google_analytics',
]
</snip>

Traceback available here - http://paste.debian.net/954509/

Thank You.
-- 
Senthil Kumaran S
http://www.stylesen.org/
http://www.sasenthilkumaran.com/

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to