1
0
Fork 0
mirror of synced 2024-05-16 18:32:41 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2024-02-22 03:07:16 -08:00 committed by GitHub
parent 52faf81096
commit 743e1ca7ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1483,6 +1483,10 @@ archivebox manage reset_db
pip install django-tui
# ensure django-tui is in INSTALLED_APPS: core/settings.py
archivebox manage tui
# show python and JS package dependency trees
pdm list --tree
npm ls --all
```
<img src="https://github.com/ArchiveBox/ArchiveBox/assets/511499/dc3e9f8c-9544-46e0-a7f0-30f571b72022" width="600px" alt="ArchiveBox ORM models relatinoship graph"/>