mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
move monkey patches to dedicated file
This commit is contained in:
@@ -3,5 +3,9 @@ __package__ = 'archivebox.api'
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
|
||||
class APIConfig(AppConfig):
|
||||
name = 'api'
|
||||
|
||||
def ready(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user