Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 110 for Reiter (0.36 sec)

  1. docs/en/docs/tutorial/dependencies/classes-as-dependencies.md

    And we know that editors can't provide a lot of support (like completion) for `dict`s, because they can't know their keys and value types.
    
    We can do better...
    
    ## What makes a dependency
    
    Up to now you have seen dependencies declared as functions.
    
    But that's not the only way to declare dependencies (although it would probably be the more common).
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.4K bytes
    - Viewed (0)
  2. docs/de/docs/python-types.md

    Das Wichtigste ist, dass **FastAPI** durch die Verwendung von Standard-Python-Typen an einer einzigen Stelle (anstatt weitere Klassen, Dekoratoren usw. hinzuzufรผgen) einen GroรŸteil der Arbeit fรผr Sie erledigt.
    
    !!! info
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:29:25 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  3. docs/em/docs/how-to/sql-databases-peewee.md

    ```
    
    ๐Ÿ“ฅ ๐Ÿ‘ฅ โœ… ๐Ÿšฅ ๐Ÿ”ข ๐Ÿ‘ˆ โž– ๐Ÿ” (โœ… `.items` `some_user.items`) ๐Ÿ‘ `peewee.ModelSelect`.
    
    & ๐Ÿšฅ ๐Ÿ‘ˆ ๐Ÿ’ผ, ๐Ÿ“จ `list` โฎ๏ธ โšซ๏ธ.
    
    & โคด๏ธ ๐Ÿ‘ฅ โš™๏ธ โšซ๏ธ Pydantic *๐Ÿท* / ๐Ÿ”— ๐Ÿ‘ˆ โš™๏ธ `orm_mode = True`, โฎ๏ธ ๐Ÿ“ณ ๐Ÿ”ข `getter_dict = PeeweeGetterDict`.
    
    !!! tip
        ๐Ÿ‘ฅ ๐Ÿ•ด ๐Ÿ’ช โœ 1๏ธโƒฃ `PeeweeGetterDict` ๐ŸŽ“, & ๐Ÿ‘ฅ ๐Ÿ’ช โš™๏ธ โšซ๏ธ ๐ŸŒ Pydantic *๐Ÿท* / ๐Ÿ”—.
    
    ## ๐Ÿ’ฉ ๐Ÿ‡จ๐Ÿ‡ป
    
    ๐Ÿ”œ โžก๏ธ ๐Ÿ‘€ ๐Ÿ“ `sql_app/crud.py`.
    
    ### โœ ๐ŸŒ ๐Ÿ’ฉ ๐Ÿ‡จ๐Ÿ‡ป
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 19.2K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/cors.md

    But that will only allow certain types of communication, excluding everything that involves credentials: Cookies, Authorization headers like those used with Bearer Tokens, etc.
    
    So, for everything to work correctly, it's better to specify explicitly the allowed origins.
    
    ## Use `CORSMiddleware`
    
    You can configure it in your **FastAPI** application using the `CORSMiddleware`.
    
    * Import `CORSMiddleware`.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Nov 13 20:28:37 GMT 2022
    - 5.1K bytes
    - Viewed (0)
  5. docs/zh/docs/fastapi-people.md

    ---
    hide:
      - navigation
    ---
    
    # FastAPI ็คพๅŒบ
    
    FastAPI ๆœ‰ไธ€ไธช้žๅธธๆฃ’็š„็คพๅŒบ๏ผŒๅฎƒๆฌข่ฟŽๆฅ่‡ชๅ„ไธช้ข†ๅŸŸๅ’Œ่ƒŒๆ™ฏ็š„ๆœ‹ๅ‹ใ€‚
    
    ## ๅˆ›ๅปบ่€… & ็ปดๆŠค่€…
    
    ๅ˜ฟ! ๐Ÿ‘‹
    
    ่ฟ™ๅฐฑๆ˜ฏๆˆ‘:
    
    {% if people %}
    <div class="user-list user-list-center">
    {% for user in people.maintainers %}
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 25 17:09:48 GMT 2024
    - 8.2K bytes
    - Viewed (0)
  6. docs_src/sql_databases_peewee/sql_app/schemas.py

        class Config:
            orm_mode = True
            getter_dict = PeeweeGetterDict
    
    
    class UserBase(BaseModel):
        email: str
    
    
    class UserCreate(UserBase):
        password: str
    
    
    class User(UserBase):
        id: int
        is_active: bool
        items: List[Item] = []
    
        class Config:
            orm_mode = True
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat May 14 11:59:59 GMT 2022
    - 868 bytes
    - Viewed (0)
  7. docs/em/docs/fastapi-people.md

    ---
    hide:
      - navigation
    ---
    
    # FastAPI ๐Ÿ‘ซ๐Ÿ‘ซ
    
    FastAPI โœ”๏ธ ๐ŸŽ† ๐Ÿ‘ช ๐Ÿ‘ˆ ๐Ÿ™‹ ๐Ÿ‘ซ๐Ÿ‘ซ โšช๏ธโžก๏ธ ๐ŸŒ ๐Ÿ–ฅ.
    
    ## ๐Ÿ‘ผ - ๐Ÿ›
    
    ๐Ÿ™‹ โ— ๐Ÿ‘ถ
    
    ๐Ÿ‘‰ ๐Ÿ‘ค:
    
    {% if people %}
    <div class="user-list user-list-center">
    {% for user in people.maintainers %}
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 5.6K bytes
    - Viewed (0)
  8. docs/en/docs/img/deployment/https/https03.drawio

                    </mxCell>
                    <mxCell id="32" value="" style="pointerEvents=1;shadow=0;dashed=0;html=1;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.devices.laptop;strokeColor=none;" parent="33" vertex="1">
                        <mxGeometry width="500" height="350" as="geometry"/>
                    </mxCell>
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 12.3K bytes
    - Viewed (0)
  9. docs/en/docs/img/deployment/https/https05.drawio

                    </mxCell>
                    <mxCell id="32" value="" style="pointerEvents=1;shadow=0;dashed=0;html=1;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.devices.laptop;strokeColor=none;" parent="33" vertex="1">
                        <mxGeometry width="500" height="350" as="geometry"/>
                    </mxCell>
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 15.6K bytes
    - Viewed (0)
  10. docs/en/docs/img/deployment/https/https06.drawio

                    </mxCell>
                    <mxCell id="32" value="" style="pointerEvents=1;shadow=0;dashed=0;html=1;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.devices.laptop;strokeColor=none;" parent="33" vertex="1">
                        <mxGeometry width="500" height="350" as="geometry"/>
                    </mxCell>
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 17.1K bytes
    - Viewed (0)
Back to top