Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 1,090 for friends (0.35 seconds)

  1. docs_src/extra_models/tutorial003_py310.py

        type: str
    
    
    class CarItem(BaseItem):
        type: str = "car"
    
    
    class PlaneItem(BaseItem):
        type: str = "plane"
        size: int
    
    
    items = {
        "item1": {"description": "All my friends drive a low rider", "type": "car"},
        "item2": {
            "description": "Music is my aeroplane, it's my aeroplane",
            "type": "plane",
            "size": 5,
        },
    }
    
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 612 bytes
    - Click Count (0)
  2. tests/generics_test.go

    	ctx := context.Background()
    	db := gorm.G[User](DB)
    
    	u := *GetUser("GenericsPreloads_1", Config{Company: true, Pets: 3, Friends: 7})
    	u2 := *GetUser("GenericsPreloads_2", Config{Company: true, Pets: 5, Friends: 5})
    	u3 := *GetUser("GenericsPreloads_3", Config{Company: true, Pets: 7, Friends: 3})
    	names := []string{u.Name, u2.Name, u3.Name}
    
    	db.CreateInBatches(ctx, &[]User{u3, u, u2}, 10)
    
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Tue Dec 30 08:11:14 GMT 2025
    - 34.9K bytes
    - Click Count (0)
  3. docs/ko/docs/deployment/cloud.md

    **[FastAPI Cloud](https://fastapicloud.com)**는 **FastAPI**를 만든 동일한 작성자와 팀이 구축했습니다.
    
    최소한의 노력으로 API를 **구축**, **배포**, **접근**하는 과정을 간소화합니다.
    
    FastAPI로 앱을 빌드할 때의 동일한 **개발자 경험**을 클라우드에 **배포**하는 데에도 제공합니다. 🎉
    
    FastAPI Cloud는 *FastAPI and friends* 오픈 소스 프로젝트의 주요 후원자이자 자금 제공자입니다. ✨
    
    ## 클라우드 제공업체 - 후원자들 { #cloud-providers-sponsors }
    
    다른 몇몇 클라우드 제공업체들도 ✨ [**FastAPI를 후원합니다**](../help-fastapi.md#sponsor-the-author) ✨. 🙇
    
    가이드를 따라 하고 서비스를 사용해보기 위해 이들도 고려해볼 수 있습니다:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 1.4K bytes
    - Click Count (0)
  4. docs/zh-hant/docs/deployment/fastapicloud.md

    它以最少的心力,精簡化建立、部署與存取 API 的流程。
    
    它把使用 FastAPI 開發應用的優異開發體驗,延伸到將它們部署到雲端。🎉
    
    它也會為你處理部署應用時多數需要面對的事項,例如:
    
    * HTTPS
    * 多副本,並可依據請求自動擴縮
    * 等等。
    
    FastAPI Cloud 是 *FastAPI and friends* 開源專案的主要贊助者與資金提供者。✨
    
    ## 部署到其他雲端供應商 { #deploy-to-other-cloud-providers }
    
    FastAPI 是基於標準的開源專案。你可以把 FastAPI 應用部署到你選擇的任何雲端供應商。
    
    請依照你的雲端供應商的指南,使用他們的方式部署 FastAPI 應用。🤓
    
    ## 部署到你自己的伺服器 { #deploy-your-own-server }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  5. docs/ko/docs/deployment/fastapicloud.md

    FastAPI로 앱을 만들 때의 동일한 **개발자 경험**을, 클라우드에 **배포**할 때도 제공합니다. 🎉
    
    또한 앱을 배포할 때 보통 필요한 대부분의 것들도 처리해 줍니다. 예를 들면:
    
    * HTTPS
    * 요청을 기반으로 자동 스케일링하는 복제(Replication)
    * 등
    
    FastAPI Cloud는 *FastAPI and friends* 오픈 소스 프로젝트의 주요 스폰서이자 자금 지원 제공자입니다. ✨
    
    ## 다른 클라우드 제공업체에 배포하기 { #deploy-to-other-cloud-providers }
    
    FastAPI는 오픈 소스이며 표준을 기반으로 합니다. 원하는 어떤 클라우드 제공업체에도 FastAPI 앱을 배포할 수 있습니다.
    
    해당 클라우드 제공업체의 가이드를 따라 FastAPI 앱을 배포하세요. 🤓
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 2.3K bytes
    - Click Count (0)
  6. docs/ja/docs/deployment/cloud.md

    **[FastAPI Cloud](https://fastapicloud.com)** は、**FastAPI** の作者と同じチームによって作られています。
    
    API の**構築**、**デプロイ**、**アクセス**までのプロセスを、最小限の手間で効率化します。
    
    FastAPI でアプリを開発するときと同じ**開発者体験**を、クラウドへの**デプロイ**にももたらします。🎉
    
    FastAPI Cloud は、*FastAPI and friends* オープンソースプロジェクトの主要なスポンサーかつ資金提供元です。✨
    
    ## クラウドプロバイダ - スポンサー { #cloud-providers-sponsors }
    
    他にもいくつかのクラウドプロバイダが ✨ [**FastAPI をスポンサーしています**](../help-fastapi.md#sponsor-the-author) ✨。🙇
    
    それらのガイドを参考にし、サービスを試してみるのもよいでしょう:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 1.5K bytes
    - Click Count (0)
  7. docs/en/docs/newsletter.md

    # FastAPI and friends newsletter
    
    <iframe data-w-type="embedded" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://xr4n4.mjt.lu/wgt/xr4n4/hj5/form?c=40a44fa4" width="100%" style="height: 800px;"></iframe>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Aug 06 04:48:30 GMT 2024
    - 326 bytes
    - Click Count (0)
  8. docs/en/docs/deployment/fastapicloud.md

    * HTTPS
    * Replication, with autoscaling based on requests
    * etc.
    
    FastAPI Cloud is the primary sponsor and funding provider for the *FastAPI and friends* open source projects. ✨
    
    ## Deploy to other cloud providers { #deploy-to-other-cloud-providers }
    
    FastAPI is open source and based on standards. You can deploy FastAPI apps to any cloud provider you choose.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  9. schema/model_test.go

    	CompanyID *int
    	Company   *tests.Company
    	ManagerID *uint
    	Manager   *User
    	Team      []*User           `gorm:"foreignkey:ManagerID"`
    	Languages []*tests.Language `gorm:"many2many:UserSpeak"`
    	Friends   []*User           `gorm:"many2many:user_friends"`
    	Active    *bool
    }
    
    type (
    	mytime time.Time
    	myint  int
    	mybool = bool
    )
    
    type AdvancedDataTypeUser struct {
    	ID           sql.NullInt64
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Thu Jan 06 07:02:53 GMT 2022
    - 1.1K bytes
    - Click Count (0)
  10. docs/en/overrides/main.html

          <a class="announce-link" href="https://fastapi.tiangolo.com/newsletter/">
            <span class="twemoji">
              {% include ".icons/material/email.svg" %}
            </span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉
          </a>
        </div>
      </div>
      <div id="announce-right" style="position: relative;">
        <div class="item">
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Dec 01 20:06:57 GMT 2025
    - 5.5K bytes
    - Click Count (0)
Back to Top