You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stderr(' See https://github.com/ArchiveBox/ArchiveBox/wiki/Troubleshooting#python for help upgrading your Python installation.')
989
989
raiseSystemExit(2)
990
990
991
+
ifint(CONFIG['DJANGO_VERSION'].split('.')[0]) <3:
992
+
stderr(f'[X] Django version is not new enough: {config["DJANGO_VERSION"]} (>3.0 is required)', color='red')
993
+
stderr(' Upgrade django using pip or your system package manager: pip3 install --upgrade django')
0 commit comments