Added page routes and related methods and updated model. Also general clean up.

This commit is contained in:
Scott Idem
2021-08-20 12:53:21 -04:00
parent 09891b5d83
commit 5bed9aadb4
10 changed files with 209 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ from pydantic import BaseModel, EmailStr, Field, Json, PrivateAttr, ValidationEr
from app.db_sql import redis_lookup_id_random
from app.lib_general import log, logging
from .common_field_schema import base_fields, default_num_bytes
from app.models.common_field_schema import base_fields, default_num_bytes
class Event_Badge_Base(BaseModel):