Hint to load correct Python env

Tobias Genannt 2021-10-21 16:13:07 +02:00
parent 1382667456
commit 8a27dce00a

@ -46,6 +46,11 @@ Start the Netbox Container shell, e.g. to get access to `./manage.py` or look fo
docker-compose exec netbox /bin/bash docker-compose exec netbox /bin/bash
``` ```
To load the Python environment for Netbox run:
```bash
source /opt/netbox/venv/bin/activate
```
### Database Operations ### Database Operations
Access the database: Access the database: