mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 10:25:11 -04:00
add manage command and shell welcome message
This commit is contained in:
parent
834aaa1591
commit
71402c3d09
5 changed files with 91 additions and 7 deletions
4
archivebox/core/welcome_message.py
Normal file
4
archivebox/core/welcome_message.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
print()
|
||||
print('[i] Welcome to the ArchiveBox Shell! Example usage:')
|
||||
print(' Page.objects.all()')
|
||||
print(' User.objects.all()')
|
Loading…
Add table
Add a link
Reference in a new issue