[lifeevents] Add metadata dataclasses

This commit is contained in:
2024-05-23 00:16:24 -04:00
parent e15d253d58
commit 1cceb2bd63
2 changed files with 58 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from django.apps import apps
from django.db import models
from django.urls import reverse
import pendulum
from lifeevents.dataclasses import LifeEventMetadata
from scrobbles.dataclasses import LifeEventMetadata
from scrobbles.mixins import ScrobblableMixin
BNULL = {"blank": True, "null": True}