mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
wip initial django setup
This commit is contained in:
parent
03f300d050
commit
27708152d2
36 changed files with 257 additions and 59 deletions
10
archivebox/core/management/commands/archivebox.py
Normal file
10
archivebox/core/management/commands/archivebox.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from django.core.management.base import BaseCommand
|
||||
|
||||
|
||||
from core.archive import main
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = 'ArchiveBox test.bee'
|
||||
|
||||
def handle(self, *args, **kwargs):
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue