积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(92)Python(92)Django(92)

语言

全部英语(90)中文(简体)(1)英语(1)

格式

全部PDF文档 PDF(48)其他文档 其他(44)
 
本次搜索耗时 0.306 秒,为您找到相关结果约 92 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Django 官方教程翻译项目

    first Django app, part 5 Writing your first Django app, part 6 Writing your first Django app, part 7 Advanced tutorial: How to write reusable apps What to read next Django-intro-zh Django 官方教程翻译项目 100/100 7. Writing your first Django app, part 5 [==========] 100/100 8. Writing your first Django app, part 6 [==========] 100/100 9. Writing your first Django app, part 7 [==========] models 4. 5. class Reporter(models.Model): 6. full_name = models.CharField(max_length=70) 7. 8. def __str__(self): # Python 2 下请使用 __unicode__ 9. return self.full_name
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Django Q Documentation Release 0.2.2

    arguments for the function. result The result object. Contains the error if any occur. 1.2. Tasks 7 Django Q Documentation, Release 0.2.0 started The moment the task was picked up by a worker stopped for work at 31788 10:57:40 [Q] INFO Process-1:6 ready for work at 31789 10:57:40 [Q] INFO Process-1:7 ready for work at 31790 10:57:40 [Q] INFO Process-1:8 ready for work at 31791 10:57:40 [Q] INFO Process-1:9 Process-1:1 stopped doing work 16:44:13 [Q] INFO Process-1:5 stopped doing work 16:44:13 [Q] INFO Process-1:7 stopped doing work 16:44:13 [Q] INFO Process-1:3 stopped doing work 16:44:13 [Q] INFO Process-1:8 stopped
    0 码力 | 24 页 | 208.74 KB | 1 年前
    3
  • epub文档 Django 5.1.2 Documentation

    Customize your app’s look and feel Adding a background-image Writing your first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin Views and templates | Part 4: Forms and generic views | Part 5: Testing | Part 6: Static files | Part 7: Customizing the admin site | Part 8: Adding third- party packages Advanced Tutorials: How to write first Django app, part 5 Writing your first Django app, part 6 Writing your first Django app, part 7 Writing your first Django app, part 8 Advanced tutorial: How to write reusable apps What to read next
    0 码力 | 3519 页 | 3.17 MB | 1 年前
    3
  • epub文档 Django 5.1 Documentation

    Customize your app’s look and feel Adding a background-image Writing your first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin Views and templates | Part 4: Forms and generic views | Part 5: Testing | Part 6: Static files | Part 7: Customizing the admin site | Part 8: Adding third- party packages Advanced Tutorials: How to write first Django app, part 5 Writing your first Django app, part 6 Writing your first Django app, part 7 Writing your first Django app, part 8 Advanced tutorial: How to write reusable apps What to read next
    0 码力 | 3513 页 | 3.17 MB | 1 年前
    3
  • epub文档 Django 5.0.x Documentation

    Customize your app’s look and feel Adding a background-image Writing your first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin Views and templates | Part 4: Forms and generic views | Part 5: Testing | Part 6: Static files | Part 7: Customizing the admin site | Part 8: Adding third- party packages Advanced Tutorials: How to write first Django app, part 5 Writing your first Django app, part 6 Writing your first Django app, part 7 Writing your first Django app, part 8 Advanced tutorial: How to write reusable apps What to read next
    0 码力 | 3407 页 | 3.21 MB | 1 年前
    3
  • pdf文档 django cms 4.1.1 Documentation

    . . . . . . . . . . . 5 3 Join us online 7 3.1 Discord . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 3.2 StackOverflow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 4 Why django CMS? 9 5 Software version requirements and release notes 11 5.1 Long-term support (LTS) . . . . . . . . . . . . StackOverflow StackOverflow is also a good place for questions around django CMS and its plugin ecosystem. 7 django cms Documentation, Release 4.1.1 8 Chapter 3. Join us online CHAPTER FOUR WHY DJANGO CMS
    0 码力 | 361 页 | 2.00 MB | 1 年前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    --close-button-bg #888 --dca-gray-darker #454545 --dca-gray-darkest #333 --dca-gray-super-lightest #f7f7f7 --dca-primary #00bbff --primary #79aec8 --dca-black #000 --body-fg #303030 This leaves these recommendations namespace = resolve(path).namespace config = app.get_config(namespace) 7. Declare the app’s URLs in urls.py: .. code-block: 8. Finally, create a template for the index view: com/django- cms/django-cms/commit/7dafe846a94e50e96e29f0d8909fc25f43cbcaab) Fix pagetree and status alignment (https://github.com/django-cms/django- cms/commit/914558d283c197b4035ae7e1a084860f486c9429) Feat Upgrade
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • epub文档 Django CMS 4.1.x Documentation

    --close-button-bg #888 --dca-gray-darker #454545 --dca-gray-darkest #333 --dca-gray-super-lightest #f7f7f7 --dca-primary #00bbff --primary #79aec8 --dca-black #000 --body-fg #303030 This leaves these recommendations namespace = resolve(path).namespace config = app.get_config(namespace) 7. Declare the app’s URLs in urls.py: .. code-block: 8. Finally, create a template for the index view: position in the new placeholder 6. save the concrete plugin (which creates a new plugin in the database) 7. trigger the copy relations 8. return the plugin ids cms.utils.plugins.downcast_plugins(plugins, placeholders=None
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
  • pdf文档 django cms 4.1.x Documentation

    . . . . . . . . . . . 5 3 Join us online 7 3.1 Discord . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 3.2 StackOverflow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 4 Why django CMS? 9 5 Software version requirements and release notes 11 5.1 Long-term support (LTS) . . . . . . . . . . . . StackOverflow StackOverflow is also a good place for questions around django CMS and its plugin ecosystem. 7 django cms Documentation, Release 4.1.2 8 Chapter 3. Join us online CHAPTER FOUR WHY DJANGO CMS
    0 码力 | 357 页 | 1.99 MB | 1 年前
    3
  • pdf文档 Django Q Documentation Release 0.3.6

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 1.3 Schedules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . worker 2 cpu [3, 4, 5] worker 3 cpu [6, 7, 0] worker 4 cpu [1, 2, 3] worker 5 cpu [4, 5, 6] worker 6 cpu [7, 0, 1] worker 7 cpu [2, 3, 4] worker 8 cpu [5, 6, 7] In some cases, setting the cpu affinity the task will then be available immediately task = fetch(task_id) # and can be examined 1.2. Tasks 7 Django Q Documentation, Release 0.3.6 if not task.success: print('An error occurred: {}'.format(task
    0 码力 | 30 页 | 235.40 KB | 1 年前
    3
共 92 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
Django官方教程翻译项目DocumentationRelease0.25.15.0djangocms4.1httpsdocsorgdownloadsenlatestCMS0.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩