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

5
archivebox/api/apps.py Normal file
View file

@ -0,0 +1,5 @@
from django.apps import AppConfig
class APIConfig(AppConfig):
name = 'api'