error when customing openstack dashaboard





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







1















I'm use openstack queens and devstack,ubuntu16.04

I want to create a dashboard,when i use follow commands




$ mkdir openstack_dashboard/dashboards/mydashboard

$ tox -e manage -- startdash mydashboard --target openstack_dashboard/dashboards/mydashboard




from openstack website https://docs.openstack.org/horizon/queens/contributor/tutorials/dashboard.html#the-quick-version



i get errors:




js@dmdb-23:~/Desktop/openstack.bak/stack/horizon$ tox -e manage -- startdash mydashboard --target openstack_dashboard/dashboards/mydashboard



manage develop-inst-noop: /home/js/Desktop/openstack.bak/stack/horizon



manage installed: horizon==13.0.2.dev22



manage run-test-pre: PYTHONHASHSEED='2095316472'



manage runtests: commands[0] |
/home/js/Desktop/openstack.bak/stack/horizon/.tox/manage/bin/python
/home/js/Desktop/openstack.bak/stack/horizon/manage.py startdash
mydashboard --target openstack_dashboard/dashboards/mydashboard



Traceback (most recent call last): File "/home/js/Desktop/openstack.bak/stack/horizon/manage.py", line 18, in


from django.core.management import execute_from_command_line



ImportError: No module named django.core.management ERROR:
InvocationError for command

'/home/js/Desktop/openstack.bak/stack/horizon/.tox/manage/bin/python
/home/js/Desktop/openstack.bak/stack/horizon/manage.py startdash
mydashboard --target openstack_dashboard/dashboards/mydashboard'
(exited with code 1)




enter image description here



This is the first time i answer questions,so the format may be poor,but i hope someone can help me ,thanks a lot.










share|improve this question

























  • I suspect that your problem is version of Django you have installed. Check it. Horizon currently requires Django 1.x.

    – Stephen C
    Jan 19 at 15:35













  • thanks,the version of Django is 1.11.9

    – Shuai Jia
    Jan 23 at 2:19


















1















I'm use openstack queens and devstack,ubuntu16.04

I want to create a dashboard,when i use follow commands




$ mkdir openstack_dashboard/dashboards/mydashboard

$ tox -e manage -- startdash mydashboard --target openstack_dashboard/dashboards/mydashboard




from openstack website https://docs.openstack.org/horizon/queens/contributor/tutorials/dashboard.html#the-quick-version



i get errors:




js@dmdb-23:~/Desktop/openstack.bak/stack/horizon$ tox -e manage -- startdash mydashboard --target openstack_dashboard/dashboards/mydashboard



manage develop-inst-noop: /home/js/Desktop/openstack.bak/stack/horizon



manage installed: horizon==13.0.2.dev22



manage run-test-pre: PYTHONHASHSEED='2095316472'



manage runtests: commands[0] |
/home/js/Desktop/openstack.bak/stack/horizon/.tox/manage/bin/python
/home/js/Desktop/openstack.bak/stack/horizon/manage.py startdash
mydashboard --target openstack_dashboard/dashboards/mydashboard



Traceback (most recent call last): File "/home/js/Desktop/openstack.bak/stack/horizon/manage.py", line 18, in


from django.core.management import execute_from_command_line



ImportError: No module named django.core.management ERROR:
InvocationError for command

'/home/js/Desktop/openstack.bak/stack/horizon/.tox/manage/bin/python
/home/js/Desktop/openstack.bak/stack/horizon/manage.py startdash
mydashboard --target openstack_dashboard/dashboards/mydashboard'
(exited with code 1)




enter image description here



This is the first time i answer questions,so the format may be poor,but i hope someone can help me ,thanks a lot.










share|improve this question

























  • I suspect that your problem is version of Django you have installed. Check it. Horizon currently requires Django 1.x.

    – Stephen C
    Jan 19 at 15:35













  • thanks,the version of Django is 1.11.9

    – Shuai Jia
    Jan 23 at 2:19














1












1








1








I'm use openstack queens and devstack,ubuntu16.04

I want to create a dashboard,when i use follow commands




$ mkdir openstack_dashboard/dashboards/mydashboard

$ tox -e manage -- startdash mydashboard --target openstack_dashboard/dashboards/mydashboard




from openstack website https://docs.openstack.org/horizon/queens/contributor/tutorials/dashboard.html#the-quick-version



i get errors:




js@dmdb-23:~/Desktop/openstack.bak/stack/horizon$ tox -e manage -- startdash mydashboard --target openstack_dashboard/dashboards/mydashboard



manage develop-inst-noop: /home/js/Desktop/openstack.bak/stack/horizon



manage installed: horizon==13.0.2.dev22



manage run-test-pre: PYTHONHASHSEED='2095316472'



manage runtests: commands[0] |
/home/js/Desktop/openstack.bak/stack/horizon/.tox/manage/bin/python
/home/js/Desktop/openstack.bak/stack/horizon/manage.py startdash
mydashboard --target openstack_dashboard/dashboards/mydashboard



Traceback (most recent call last): File "/home/js/Desktop/openstack.bak/stack/horizon/manage.py", line 18, in


from django.core.management import execute_from_command_line



ImportError: No module named django.core.management ERROR:
InvocationError for command

'/home/js/Desktop/openstack.bak/stack/horizon/.tox/manage/bin/python
/home/js/Desktop/openstack.bak/stack/horizon/manage.py startdash
mydashboard --target openstack_dashboard/dashboards/mydashboard'
(exited with code 1)




enter image description here



This is the first time i answer questions,so the format may be poor,but i hope someone can help me ,thanks a lot.










share|improve this question
















I'm use openstack queens and devstack,ubuntu16.04

I want to create a dashboard,when i use follow commands




$ mkdir openstack_dashboard/dashboards/mydashboard

$ tox -e manage -- startdash mydashboard --target openstack_dashboard/dashboards/mydashboard




from openstack website https://docs.openstack.org/horizon/queens/contributor/tutorials/dashboard.html#the-quick-version



i get errors:




js@dmdb-23:~/Desktop/openstack.bak/stack/horizon$ tox -e manage -- startdash mydashboard --target openstack_dashboard/dashboards/mydashboard



manage develop-inst-noop: /home/js/Desktop/openstack.bak/stack/horizon



manage installed: horizon==13.0.2.dev22



manage run-test-pre: PYTHONHASHSEED='2095316472'



manage runtests: commands[0] |
/home/js/Desktop/openstack.bak/stack/horizon/.tox/manage/bin/python
/home/js/Desktop/openstack.bak/stack/horizon/manage.py startdash
mydashboard --target openstack_dashboard/dashboards/mydashboard



Traceback (most recent call last): File "/home/js/Desktop/openstack.bak/stack/horizon/manage.py", line 18, in


from django.core.management import execute_from_command_line



ImportError: No module named django.core.management ERROR:
InvocationError for command

'/home/js/Desktop/openstack.bak/stack/horizon/.tox/manage/bin/python
/home/js/Desktop/openstack.bak/stack/horizon/manage.py startdash
mydashboard --target openstack_dashboard/dashboards/mydashboard'
(exited with code 1)




enter image description here



This is the first time i answer questions,so the format may be poor,but i hope someone can help me ,thanks a lot.







openstack dashboard openstack-horizon






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 19 at 15:15









Stephen C

526k72586944




526k72586944










asked Jan 3 at 9:34









Shuai JiaShuai Jia

65




65













  • I suspect that your problem is version of Django you have installed. Check it. Horizon currently requires Django 1.x.

    – Stephen C
    Jan 19 at 15:35













  • thanks,the version of Django is 1.11.9

    – Shuai Jia
    Jan 23 at 2:19



















  • I suspect that your problem is version of Django you have installed. Check it. Horizon currently requires Django 1.x.

    – Stephen C
    Jan 19 at 15:35













  • thanks,the version of Django is 1.11.9

    – Shuai Jia
    Jan 23 at 2:19

















I suspect that your problem is version of Django you have installed. Check it. Horizon currently requires Django 1.x.

– Stephen C
Jan 19 at 15:35







I suspect that your problem is version of Django you have installed. Check it. Horizon currently requires Django 1.x.

– Stephen C
Jan 19 at 15:35















thanks,the version of Django is 1.11.9

– Shuai Jia
Jan 23 at 2:19





thanks,the version of Django is 1.11.9

– Shuai Jia
Jan 23 at 2:19












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54019549%2ferror-when-customing-openstack-dashaboard%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54019549%2ferror-when-customing-openstack-dashaboard%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

MongoDB - Not Authorized To Execute Command

in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

How to fix TextFormField cause rebuild widget in Flutter