Django 3.1.x Documentation
Django Documentation Release 3.1.15.dev Django Software Foundation December 15, 2021 Contents 1 Django documentation 1 1.1 First steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.16 The Django open-source project . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2 Getting started 7 2.1 Django at a glance . . . . . . . . . . . . . . . . 12 2.3 Writing your first Django app, part 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.4 Writing your first Django app, part 2 . . . . . . . . . . . . . .0 码力 | 2053 页 | 6.92 MB | 1 年前3Django 3.1.x Documentation
Django documentation contents Getting started Django at a glance Design your model Install it Enjoy the free API A dynamic admin interface: it’s not just scaffolding – it’s the whole house Design your database Install Django Verifying That’s it! Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view Writing your first Django app, part Database setup Creating models Activating models Playing with the API Introducing the Django Admin Writing your first Django app, part 3 Overview Writing more views Write views that actually do something Raising0 码力 | 3094 页 | 3.03 MB | 1 年前3django cms 3.1.x Documentation
django cms Documentation Release 3.1.8.dev1 Patrick Lauber July 31, 2016 Contents 1 Overview 1 2 Join us online 3 3 Why django CMS? 5 4 Release Notes 7 5 Table of contents 9 5.1 Tutorials . upgrade information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 5.7 Using django CMS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 180 5.8 i ii CHAPTER 1 Overview django CMS is a modern web publishing platform built with Django, the web application framework “for perfec- tionists with deadlines”. django CMS offers out-of-the-box support0 码力 | 200 页 | 1.63 MB | 1 年前3The Weblate Manual 3.1
Weblate Documentation Release 3.1 Michal ˇCihaˇr Jul 27, 2018 Contents 1 About Weblate 3 1.1 Project goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 3 Application developer guide 29 3.1 Starting with internationalization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 244 12 Changes 245 12.1 weblate 3.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2450 码力 | 294 页 | 2.31 MB | 1 年前3Celery 3.1 Documentation
license the Celery software is offered under the BSD License (3 Clause) 2.2 Getting Started Release 3.1 Date Nov 12, 2017 2.2.1 Introduction to Celery 5 Celery Documentation, Release 3.1.25 • What is supports • Brokers • RabbitMQ, Redis, • MongoDB (exp), ZeroMQ (exp) • CouchDB (exp), SQLAlchemy (exp) • Django ORM (exp), Amazon SQS, (exp) • and more... • Concurrency • prefork (multiprocessing), • Eventlet 1.25 • threads/single threaded • Result Stores • AMQP, Redis • memcached, MongoDB • SQLAlchemy, Django ORM • Apache Cassandra • Serialization • pickle, json, yaml, msgpack. • zlib, bzip2 compression.0 码力 | 607 页 | 2.27 MB | 1 年前3Celery 3.1 Documentation
This document describes the current stable version of Celery (3.1). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible and reliable distributed system to process and Bootsteps Configuration and defaults Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 3.1 (Cipater) What’s new in Celery 3.0 (Chiastic tables Index Module Index Search Page This document describes the current stable version of Celery (3.1). For development docs, go here. Copyright Celery User Manual by Ask Solem Copyright © 2009-20150 码力 | 887 页 | 1.22 MB | 1 年前3The Weblate Manual 3.1
Description Files Examples Weblate’s Python API Instalation wlc wlc.config wlc.main Changes weblate 3.1 weblate 3.0.1 weblate 3.0 weblate 2.20 weblate 2.19.1 weblate 2.19 weblate 2.18 weblate 2.17.1 weblate engine Enable caching Avatar caching Configure email addresses Allowed hosts setup pyuca library Django secret key Static files Home directory Template loading Running maintenance tasks Running server Upgrading Weblate Generic upgrade instructions Version specific instructions Upgrade from 3.0.1 to 3.1 Upgrading from Python 2.x to 3.x Migrating from Pootle Authentication User registration Rate limiting0 码力 | 376 页 | 1.56 MB | 1 年前3Blender v3.1 Manual
Blender 3.1 Reference Manual Welcome to the manual for Blender, the free and open source 3D creation suite. Getting Started Sections Getting Started User Interface Editors Scenes & Objects Modeling application bundle, create a folder named config in the LOCAL directory. ./Blender.app/Contents/Resources/3.1/config/ Updating on macOS On macOS there are various ways of updating Blender. This section covers Properties ‣ Pose Library Warning This properties panel is obsolete and will be removed in Blender 3.1. The Asset Browser based pose library was introduced in Blender 3.0 and replaces this pose library0 码力 | 4386 页 | 254.56 MB | 1 年前3Spring Boot 3.1.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3.1. First Steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . latest copy of this document is available at docs.spring.io/spring-boot/docs/current/reference/. 3.1. First Steps If you are getting started with Spring Boot or 'Spring' in general, start with the following0 码力 | 939 页 | 16.72 MB | 1 年前3Django 5.1.2 Documentation
Django Documentation Release 5.1.2.dev20240916204136 Django Software Foundation September 16, 2024 CONTENTS 1 Django documentation 1 1.1 First steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.16 The Django open-source project . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2 Getting started 7 2.1 Django at a glance . . . . . . . . . . . . . . . . . . 14 2.3 Writing your first Django app, part 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 2.4 Writing your first Django app, part 2 . . . . . . . . . . . . . . .0 码力 | 2923 页 | 9.62 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100