[Python-modules-team] Bug#863267: Bug#863267: Miscalculates MigrationHistory dependencies between multiple django apps - regression from 1.8
Senthil Kumaran S
stylesen at gmail.com
Wed May 31 03:14:47 UTC 2017
On Wednesday 31 May 2017 03:00 AM, Brian May wrote:
> Raphael Hertzog <hertzog at 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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20170531/cb376abf/attachment.sig>
More information about the Python-modules-team
mailing list