move monkey patches to dedicated file

This commit is contained in:
Nick Sweeting
2024-05-13 02:35:19 -07:00
parent b5ad134264
commit e97d779cd3
3 changed files with 21 additions and 4 deletions

View File

@@ -3,5 +3,9 @@ __package__ = 'archivebox.api'
from django.apps import AppConfig
class APIConfig(AppConfig):
name = 'api'
def ready(self):
pass