Django、Vue 和Element UI 前后端原理论述cn/simpleWeather/query case: - key: 331eab8f3481f37868378fcdc76cb7cd city: 上海 18 《51 测试天地》七十四 www.51testing.com - key: 331eab8f3481f37868378fcdc76cb7cd city: 北京 小编通过上述的方法,继续读取 yaml 文件,看看数据存在同一目录级别下,而且返 回的格式为字典,方便我们进行提取。 r-v2.10.0.tar.gz cd /mnt/d/software # 解压安装包 tar zxvf metersphere-offline-installer-v2.10.0.tar.gz 30 《51 测试天地》七十四 www.51testing.com 解压成功后会在当前目录下生成解压文件: 3、执行安装脚本 # 进入安装包目录 cd metersphere-offline-installer-v2 Desktop。这样,Docker 数据文件夹的路径就被更改到了非 C 盘。 35 《51 测试天地》七十四 www.51testing.com 4、继续执行命令,如果顺利的话会出现下图界面 # 进入安装包目录 cd metersphere-offline-installer-v2.10.6-lts # 运行安装脚本 /bin/bash install.sh 安装成功后,使用 msctl status 查看后台服务状态,待所有服务运行状态都为0 码力 | 61 页 | 6.84 MB | 1 年前3
Django 官方教程翻译项目,你还需要进行一些初始化设置。也就是说,你需要通过自动生成 代码来建立一个 Django 项目(一个 Django 项目实例需要的设置项集合,包括数据库配置, Django 选项和应用程序的具体设置)。 打开命令行,cd 切换到一个你想存放代码的目录,然后运行以下命令: 1. $ django-admin startproject mysite 这行代码将会在当前目录下创建一个 mysite 目录。如果命令不起作用,请看文档 书栈(BookStack.CN) 构建 在你上网的过程中,很可能看见过像这样美丽的 URL:“ME2/Sites/dirmod.asp? sid=&type=gen&mod=Core+Pages&gid=A6CD4967199A42D9B65B1B”。别担心,Django 里的 URL 要比这优雅的多! 一个 URL 模式定义了某种 URL 的基本格式 —— 举个例子: /newsarchive// / HTML 格式的转换: 1. cd path/to/django/docs 2. $ make html 进行此操作,您需要安装 GUN Make。 如果您是在 Windows 系统的环境下,也可以选择使用目录中的批处理文件: 纯文本 下载为本地HTML文件 接下来如何学习? - 89 - 本文档使用 书栈(BookStack.CN) 构建 1. cd path\to\django\docs 0 码力 | 103 页 | 1.86 MB | 1 年前3
Django CMS 3.11.10 DocumentationFor more details see its Open the terminal application on your computer and go to a safe folder (i.e. cd ~/Projects), then During the installation process, you will be prompted to enter your email address blue. Press New Page and select Next. git clone git@github.com:django-cms/django-cms-quickstart.git cd django-cms-quickstart docker compose build web docker compose up -d database_default docker compose asgi.py settings.py urls.py wsgi.py manage.py requirements.in cd myproject python -m manage runserver django CMS is nothing more than a powerful set of Django apps0 码力 | 493 页 | 1.44 MB | 6 月前0.03
django cms 4.1.x Documentationapplication on your computer and go to a safe folder (i.e. cd ~/Projects), then git clone git@github.com:django-cms/django-cms-quickstart.git cd django-cms-quickstart docker compose build web docker compose server by first changing directory into the project folder and then spinning up the development server: cd myproject python -m manage runserver You can visit your project’s web site by pointing your browser Ported Django 3.2 support (https://github.com/django-cms/django-cms/commit/ b0deaedd7d5e11086d10799445b3cd6df47c11a4) • Ported Django 3.1 support (https://github.com/django-cms/django-cms/commit/ fb0d4f230 码力 | 357 页 | 1.99 MB | 1 年前3
django cms 4.1.1 Documentation
application on your computer and go to a safe folder (i.e. cd ~/Projects), then git clone git@github.com:django-cms/django-cms-quickstart.git cd django-cms-quickstart docker compose build web docker compose server by first changing directory into the project folder and then spinning up the development server: cd myproject python -m manage runserver You can visit your project’s web site by pointing your browser Ported Django 3.2 support (https://github.com/django-cms/django-cms/commit/ b0deaedd7d5e11086d10799445b3cd6df47c11a4) • Ported Django 3.1 support (https://github.com/django-cms/django-cms/commit/ fb0d4f230 码力 | 361 页 | 2.00 MB | 1 年前3
Django CMS 4.1.x DocumentationFor more details see its Open the terminal application on your computer and go to a safe folder (i.e. cd ~/Projects), then During the installation process, you will be prompted to enter your email address blue. Press New Page and select Next. git clone git@github.com:django-cms/django-cms-quickstart.git cd django-cms-quickstart docker compose build web docker compose up -d database_default docker compose SITE_ID in the settings - SITE_ID = 1 will suffice. cms and menus are the core django CMS modules. cd myproject python -m manage runserver "django.contrib.sites", "cms", "menus", "treebeard", django-treebeard0 码力 | 518 页 | 1.66 MB | 6 月前3
Django CMS 3.9.x Documentationprovides you with a new command, djangocms. Create a new directory to work in, and cd into it: mkdir tutorial-project cd tutorial-project Run it to create a new Django project called mysite: djangocms username/password admin/admin. 1.2.4. Start up the runserver Go to mysite directory cd mysite Start the server using following command cd mysite python manage.py runserver Open http://localhost:8000/ in your browser a virtualenv: virtualenv cms-develop source cms-develop/bin/activate 4. Install its dependencies: cd django-cms pip install -r test_requirements/django-X.Y.txt Replace X.Y with whichever version of0 码力 | 417 页 | 1.68 MB | 6 月前3
Django CMS 3.9.x Documentationprovides you with a new command, djangocms. Create a new directory to work in, and cd into it: mkdir tutorial-project cd tutorial-project Run it to create a new Django project called mysite: 10 Chapter 4 username/password admin/admin. Start up the runserver Go to mysite directory cd mysite Start the server using following command cd mysite python manage.py runserver Open http://localhost:8000/ in your browser Create a virtualenv: virtualenv cms-develop source cms-develop/bin/activate 4. Install its dependencies: cd django-cms pip install -r test_requirements/django-X.Y.txt Replace X.Y with whichever version of Django0 码力 | 298 页 | 1.79 MB | 6 月前3
django cms 3.3.x Documentationprovides you with a new command, djangocms. Create a new directory to work in, and cd into it: mkdir tutorial-project cd tutorial-project Run it to create a new Django project called mysite: djangocms with a project in it, activate it and move on to Configuring your project for django CMS. Otherwise: cd ~/workspace/myproject/ virtualenv env source env/bin/activate pip install -r requirements.txt Create virtualenv: virtualenv cms-develop source cms-develop/bin/activate 4. Install its dependencies: cd django-cms pip install -r test_requirements/django-X.Y.txt Replace X.Y with whichever version of Django0 码力 | 386 页 | 1.56 MB | 1 年前3
django cms 3.1.x Documentationprovides you with a new command, djangocms. Create a new directory to work in, and cd into it: mkdir tutorial-project cd tutorial-project Run it to create a new Django project called mysite: djangocms virtualenv: virtualenv cms-develop source cms-develop/bin/activate 4. install the dependencies: cd django-cms pip install -r test_requirements/django-1.7.txt or whichever Django version you target with a project in it, activate it and move on to Configuring your project for django CMS. Otherwise: cd ~/workspace/myproject/ virtualenv env source env/bin/activate pip install -r requirements.txt Create0 码力 | 200 页 | 1.63 MB | 1 年前3
共 55 条
- 1
- 2
- 3
- 4
- 5
- 6













