mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-03 23:22:42 -06:00
7 lines
169 B
Python
7 lines
169 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PaperlessMigrationConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "paperless_migration"
|