mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
Update to Django 4.2.x, now in LTS until April 2026
This commit is contained in:
parent
8007e97c3f
commit
8b1b01e508
6 changed files with 105 additions and 87 deletions
|
@ -3,8 +3,6 @@ from django.apps import AppConfig
|
|||
|
||||
class CoreConfig(AppConfig):
|
||||
name = 'core'
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue