This commit is contained in:
Brandl 2024-04-10 01:29:24 +02:00
parent 1d49bee90b
commit 5f9aac18f2
No known key found for this signature in database
15 changed files with 2877 additions and 2395 deletions
archivebox/core

View file

@ -61,6 +61,7 @@ INSTALLED_APPS = [
'django.contrib.admin',
'core',
'api',
'django_extensions',
]