mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-20 01:48:45 +02:00
Hint to load correct Python env
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
|
||||
```
|
||||
|
||||
To load the Python environment for Netbox run:
|
||||
```bash
|
||||
source /opt/netbox/venv/bin/activate
|
||||
```
|
||||
|
||||
### Database Operations
|
||||
|
||||
Access the database:
|
||||
|
Loading…
x
Reference in New Issue
Block a user