mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
cleanup chrome and playwright symlink and app names
This commit is contained in:
@@ -1328,7 +1328,7 @@ def server(runserver_args: Optional[List[str]]=None,
|
||||
from django.core.management import call_command
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
print('{green}[+] Starting ArchiveBox webserver...{reset}'.format(**ANSI))
|
||||
print('{green}[+] Starting ArchiveBox webserver... {reset}'.format(**ANSI))
|
||||
print(' > Logging errors to ./logs/errors.log')
|
||||
if not User.objects.filter(is_superuser=True).exists():
|
||||
print('{lightyellow}[!] No admin users exist yet, you will not be able to edit links in the UI.{reset}'.format(**ANSI))
|
||||
|
||||
Reference in New Issue
Block a user