{"id":1669,"date":"2023-02-06T22:58:54","date_gmt":"2023-02-06T14:58:54","guid":{"rendered":"https:\/\/wp.vicds.com\/?p=1669"},"modified":"2023-02-07T00:24:56","modified_gmt":"2023-02-06T16:24:56","slug":"python-django-cms-wagtail-install","status":"publish","type":"post","link":"https:\/\/wp.vicds.com\/?p=1669","title":{"rendered":"python django cms wagtail install"},"content":{"rendered":"\n<p>\u53c3\u8003\u81ea <a href=\"https:\/\/github.com\/wagtail\/bakerydemo#setup-with-virtualenv\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/wagtail\/bakerydemo#setup-with-virtualenv<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install python3-pip\npip install --user virtualenv\npip install --user virtualenvwrapper\n\nvim ~\/.bashrc\nexport WORKON_HOME=$HOME\/.virtualenvs\nexport VIRTUALENVWRAPPER_PYTHON=\/usr\/bin\/python3\nexport VIRTUALENVWRAPPER_VIRTUALENV_ARGS=&#039; -p \/usr\/bin\/python3 &#039;\nexport PROJECT_HOME=$HOME\/Devel\nsource \/usr\/local\/bin\/virtualenvwrapper.sh\n# \u4e0a\u9762\u6700\u5f8c\u4e00\u884c\u5982\u679c\u8def\u5f91\u4e0d\u5c0d \u57f7\u884c\u4e00\u4e0b which virtualenvwrapper.sh\n\nsource ~\/.bashrc\n\n# \u5982\u679c\u4e0d\u78ba\u5b9a\u7248\u672c\u7684\u8a71  python --version\nmkvirtualenv wagtailbakerydemo --python=python3.9\n\nmkdir ~\/dev\ncd ~\/dev &#091;or your preferred dev directory]\ngit clone https:\/\/github.com\/wagtail\/bakerydemo.git\ncd bakerydemo\npip install -r requirements\/development.txt\n\ncp bakerydemo\/settings\/local.py.example bakerydemo\/settings\/local.py\necho &quot;DJANGO_SETTINGS_MODULE=bakerydemo.settings.local&quot; &gt; .env\n\n.\/manage.py migrate\n.\/manage.py load_initial_data\n.\/manage.py runserver<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u53c3\u8003\u81ea https:\/\/github.com [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1669","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts\/1669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1669"}],"version-history":[{"count":3,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts\/1669\/revisions"}],"predecessor-version":[{"id":1672,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts\/1669\/revisions\/1672"}],"wp:attachment":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1669"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1669"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}