Revise integrations docs

This commit is contained in:
Maidul Islam
2022-12-09 12:57:21 -05:00
parent 3d25baa319
commit caddb45394
16 changed files with 118 additions and 182 deletions

View File

@@ -10,15 +10,18 @@ Prerequisites:
## Initialize Infisical for your [Django](https://www.djangoproject.com) project
```bash
# move to your Django project
# navigate to the root of your of your project
cd /path/to/project
# initialize infisical
# then initialize Infisical
infisical init
```
## Start your server with environment variables injected
## Start your application as usual but with Infisical
```bash
infisical run -- <your application start command>
# Example
infisical run -- python manage.py runserver
```