mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-13 18:46:17 +05:00
12 lines
290 B
Python
12 lines
290 B
Python
__package__ = "archivebox.search"
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class SearchConfig(AppConfig):
|
|
"""Register search templates and admin integration with Django."""
|
|
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "archivebox.search"
|
|
verbose_name = "Search"
|