- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 395 for div0 (0.14 sec)
-
docs/em/docs/tutorial/debugging.md
๐ ๐ฏ `__name__ == "__main__"` โ๏ธ ๐ ๐ ๐ ๏ธ ๐โ ๐ ๐ ๐ค โฎ๏ธ: <div class="termy"> ```console $ python myapp.py ``` </div> โ๏ธ ๐ซ ๐ค ๐โ โ1๏ธโฃ ๐ ๐ โซ๏ธ, ๐: ```Python from myapp import app ``` #### ๐ โน โก๏ธ ๐ฌ ๐ ๐ ๐ `myapp.py`. ๐ฅ ๐ ๐ โซ๏ธ โฎ๏ธ: <div class="termy"> ```console $ python myapp.py ``` </div> โคด๏ธ ๐ ๐ข `__name__` ๐ ๐, โ ๐ ๐, ๐ โ๏ธ ๐ฒ ๐ป `"__main__"`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.1K bytes - Viewed (0) -
docs/pt/docs/advanced/behind-a-proxy.md
Agora inicie o Traefik: <div class="termy"> ```console $ ./traefik --configFile=traefik.toml INFO[0000] Configuration loaded from file: /home/user/awesomeapi/traefik.toml ``` </div> E agora inicie sua aplicaรงรฃo, usando a opรงรฃo `--root-path`: <div class="termy"> ```console $ fastapi run main.py --root-path /api/v1
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:28:18 UTC 2024 - 12.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/debugging.md
<div class="termy"> ```console $ python myapp.py ``` </div> mas nรฃo รฉ chamado quando outro arquivo o importa, como em: ```Python from myapp import app ``` #### Mais detalhes Digamos que seu arquivo se chama `myapp.py`. Se vocรช executรก-lo com: <div class="termy"> ```console $ python myapp.py ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.6K bytes - Viewed (0) -
docs/pt/docs/tutorial/sql-databases.md
Vocรช pode executar o app novamente: <div class="termy"> ```console $ fastapi dev main.py <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> If you go to the `/docs` API UI, you will see that it is now updated, and it won't expect to receive the `id` from the client when creating a hero, etc. <div class="screenshot">
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:25:29 UTC 2024 - 15.8K bytes - Viewed (0) -
docs/fr/docs/tutorial/debugging.md
<div class="termy"> ```console $ python myapp.py ``` </div> mais qui n'est pas appelรฉ lorsqu'un autre fichier l'importe, comme dans : ```Python from myapp import app ``` #### Pour davantage de dรฉtails Imaginons que votre fichier s'appelle `myapp.py`. Si vous l'exรฉcutez avec : <div class="termy"> ```console $ python myapp.py ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 17:31:14 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/en/docs/deployment/manually.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Aug 25 02:44:06 UTC 2024 - 7.8K bytes - Viewed (0) -
docs/em/docs/contributing.md
๐ ๐ช โ ๐น ๐ ๐ โ๏ธ ๐ `venv` ๐น: <div class="termy"> ```console $ python -m venv env ``` </div> ๐ ๐ โ ๐ `./env/` โฎ๏ธ ๐ ๐ฑ & โคด๏ธ ๐ ๐ ๐ช โ ๐ฆ ๐ โ ๐. ### ๐ ๐ ๐ ๐ ๐ โฎ๏ธ: //// tab | ๐พ, ๐ธ๐ป <div class="termy"> ```console $ source ./env/bin/activate ``` </div> //// //// tab | ๐ช ๐ <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.4K bytes - Viewed (0) -
docs/ko/docs/index.md
<div style="text-align: right; margin-right: 10%;">Kabir Khan - <strong>๋ง์ดํฌ๋ก์ํํธ</strong> <a href="https://github.com/fastapi/fastapi/pull/26" target="_blank"><small>(ref)</small></a></div> --- "_**FastAPI** ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ฑํํ์ฌ **์์ธก**์ ์ป๊ธฐ ์ํด ์ฟผ๋ฆฌ๋ฅผ ์คํ ํ ์ ์๋ **REST** ์๋ฒ๋ฅผ ์์ฑํ์ต๋๋ค. [Ludwig์ ์ํด]_"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Aug 16 16:50:01 UTC 2024 - 19.4K bytes - Viewed (0) -
docs/em/docs/tutorial/testing.md
/// ## ๐ โซ๏ธ โฎ๏ธ ๐, ๐ ๐ช โ `pytest`: <div class="termy"> ```console $ pip install pytest ---> 100% ``` </div> โซ๏ธ ๐ ๐ ๐ & ๐ฏ ๐, ๐ ๏ธ ๐ซ, & ๐ ๐ ๐ ๐. ๐ ๐ฏ โฎ๏ธ: <div class="termy"> ```console $ pytest ================ test session starts ================
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0) -
docs/em/docs/tutorial/security/oauth2-jwt.md
## โ `python-jose` ๐ฅ ๐ช โ `python-jose` ๐ & โ ๐ฅ ๐ค ๐: <div class="termy"> ```console $ pip install "python-jose[cryptography]" ---> 100% ``` </div> <a href="https://github.com/mpdavis/python-jose" class="external-link" target="_blank">๐-๐ฉ๐ฌ</a> ๐ ๐ ๐ฉโ๐ป โ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.5K bytes - Viewed (0)