add index-only option to archivebox add and update

This commit is contained in:
Nick Sweeting 2019-04-25 18:59:41 -04:00
parent 95a7d3d1de
commit d248684839
4 changed files with 19 additions and 3 deletions

View file

@ -15,6 +15,7 @@ ACTIVE_THEME = 'default'
IS_SHELL = 'shell' in sys.argv[:3] or 'shell_plus' in sys.argv[:3]
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',