积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(115)Python(56)C++(34)云计算&大数据(23)Julia(18)Conda(17)数据库(13)Django(13)TiDB(13)VirtualBox(11)

语言

全部英语(125)中文(简体)(30)中文(繁体)(10)英语(1)

格式

全部PDF文档 PDF(155)其他文档 其他(7)DOC文档 DOC(3)PPT文档 PPT(1)
 
本次搜索耗时 0.081 秒,为您找到相关结果约 166 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • 云计算&大数据
  • Julia
  • Conda
  • 数据库
  • Django
  • TiDB
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Django CMS 4.1.x Documentation

    process, you will be prompted to enter your email address and set a username and password. Open your browser and insert http://localhost:8000/admin there you should be invited to login and continue with Step python -m manage createsuperuser python -m manage cms check myproject/ LICENSE README.md db.sqlite3 myproject/ static/ templates/ base.html __init__.py then spinning up the development server: You can visit your project’s web site by pointing your browser to localhost:8000. Use the newly created superuser’s credentials to authenticate and create your
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
  • pdf文档 Tornado 6.5 Documentation

    the results, as in this example from Motor: import motor db = motor.MotorClient().test @gen.coroutine def loop_example(collection): cursor = db.collection.find() while (yield cursor.fetch_next): doc = initialize(self, db): self.db = db def get(self, story_id): self.write("this is story %s" % story_id) app = Application([ url(r"/", MainHandler), url(r"/story/([0-9]+)", StoryHandler, dict(db=db), name="story") By default, we detect the user’s locale using the Accept-Language header sent by the user’s browser. We choose en_US if we can’t find an appropriate Accept-Language value. If you let user’s set their
    0 码力 | 272 页 | 1.12 MB | 2 月前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    process, you will be prompted to enter your email address and set a username and password. Open your browser and insert http://localhost:8000/admin there you should be invited to login and continue with Step then spinning up the development server: You can visit your project’s web site by pointing your browser to localhost:8000. Use the newly created superuser’s credentials to authenticate and create your python -m manage createsuperuser python -m manage cms check myproject/ LICENSE README.md db.sqlite3 myproject/ static/ templates/ base.html __init__.py
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • epub文档 Django CMS 3.9.x Documentation

    using following command cd mysite python manage.py runserver Open http://localhost:8000/ in your browser, where you should be invited to login, and then create a new page. Congratulations, you now have 'footer' %} {% render_block "js" %} Save the template and return to your browser. Refresh any page in Structure mode, and you’ll see the new static placeholder. Note To reduce clutter http://localhost:8000/admin/ - and find the Polls application. Create a new Poll, for example: Question: Which browser do you prefer? Choices: Safari Firefox Chrome Now if you visit http://localhost:8000/en/polls/, you
    0 码力 | 417 页 | 1.68 MB | 6 月前
    3
  • epub文档 Django CMS 3.8.x Documentation

    admin/admin. 1.2.4. Start up the runserver python manage.py runserver Open http://localhost:8000/ in your browser, where you should be invited to login, and then create a new page. Congratulations, you now have 'footer' %} {% render_block "js" %} Save the template and return to your browser. Refresh any page in Structure mode, and you’ll see the new static placeholder. Note To reduce clutter http://localhost:8000/admin/ - and find the Polls application. Create a new Poll, for example: Question: Which browser do you prefer? Choices: Safari Firefox Chrome Now if you visit http://localhost:8000/en/polls/, you
    0 码力 | 413 页 | 1.67 MB | 6 月前
    3
  • pdf文档 Django CMS 3.9.x Documentation

    using following command cd mysite python manage.py runserver Open http://localhost:8000/ in your browser, where you should be invited to login, and then create a new page. 4.1. Django/Python compatibility static_placeholder 'footer' %} {% render_block "js" %} Save the template and return to your browser. Refresh any page in Structure mode, and you’ll see the new static placeholder. Note: To reduce http://localhost:8000/admin/ - and find the Polls application. Create a new Poll, for example: • Question: Which browser do you prefer? Choices: – Safari – Firefox – Chrome Now if you visit http://localhost:8000/en/polls/
    0 码力 | 298 页 | 1.79 MB | 6 月前
    3
  • pdf文档 Django CMS 3.0.x Documentation

    default, they’re highlighted below: • Database configuration (in URL format): sqlite://localhost/project.db • django CMS version: stable • Django version: 1.6 • Activate Django I18N / L10N setting: yes • Install when invited. Start up the runserver python manage.py runserver Open http://localhost:8000/ in your browser, where you should be presented with your brand new django CMS homepage. Congratulations, you now body:
    {% static_placeholder 'footer' %}
    Save the template and return to your browser. Change to Draft and then Structure mode and add some content to it. After you’ve saved it, you’ll
    0 码力 | 180 页 | 1.56 MB | 6 月前
    3
  • pdf文档 Django CMS 2.3.x Documentation

    django-admin.py startproject myproject cd myproject python manage.py runserver Open 127.0.0.1:8000 in your browser. You should see a nice “It Worked” message from Django. 13 django cms Documentation, Release 2 this is what your DATABASES setting should look like: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(PROJECT_PATH, 'database.sqlite'), } } URL configuration You That should be it. Restart your development server using python manage.py runserver and point a web browser to 127.0.0.1:8000 :you should get the django CMS “It Worked” screen. Head over to the admin panel
    0 码力 | 92 页 | 666.41 KB | 6 月前
    3
  • pdf文档 Django CMS 4.0.x Documentation

    admin/admin. Start up the runserver python manage.py runserver Open http://localhost:8000/ in your browser, where you should be invited to login, and then create a new page. 4.1. Django/Python compatibility static_placeholder 'footer' %} {% render_block "js" %} Save the template and return to your browser. Refresh any page in Structure mode, and you’ll see the new static placeholder. Note: To reduce http://localhost:8000/admin/ - and find the Polls application. Create a new Poll, for example: • Question: Which browser do you prefer? Choices: – Safari – Firefox – Chrome 4.1. Django/Python compatibility table 15 django
    0 码力 | 296 页 | 1.79 MB | 6 月前
    3
  • epub文档 Django CMS 2.4.x Documentation

    myproject cd myproject python manage.py runserver Open 127.0.0.1:8000 [http://127.0.0.1:8000] in your browser. You should see a nice “It Worked” message from Django. 1.2.1.2. Installing and configuring django html#std:setting-DATABASES] setting should look like: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(PROJECT_PATH, 'database.sqlite'), } } 1.2.2. That should be it. Restart your development server using python manage.py runserver and point a web browser to 127.0.0.1:8000 [http://127.0.0.1:8000] :you should get the django CMS “It Worked” screen. Head
    0 码力 | 156 页 | 727.78 KB | 6 月前
    3
共 166 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
DjangoCMS4.1DocumentationTornado6.5httpsdocsdjangocmsorgdownloadsenlatest3.93.83.02.34.02.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩