mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 23:54:27 -04:00
Merge branch 'dev' into plugins-browsertrix
This commit is contained in:
commit
4aee3b590e
5 changed files with 128 additions and 12 deletions
|
@ -8,3 +8,8 @@ class CoreAppConfig(AppConfig):
|
|||
|
||||
# WIP: broken by Django 3.1.2 -> 4.0 migration
|
||||
default_auto_field = 'django.db.models.UUIDField'
|
||||
|
||||
def ready(self):
|
||||
from .auth import register_signals
|
||||
|
||||
register_signals()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue