mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-30 15:28:26 +00:00

* docs: python django example docs * docs: python django example docs * docs: python django example docs * docs: change django example with review * docs: python django example docs * docs: python django example docs * docs: apply suggestions from code review Co-authored-by: Tim Möhlmann <tim+github@zitadel.com> * docs: python django example docs * docs: python django example docs * docs: python django example docs --------- Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
As we use local environmental variables please install dotenv:
|
|
|
|
```bash
|
|
python -m pip install python-dotenv
|
|
```
|