Added better fundraising routes, methods, and models! I thought I already did this...

This commit is contained in:
Scott Idem
2022-11-18 15:52:41 -05:00
parent 1d40f41651
commit 5ebb725532
9 changed files with 407 additions and 40 deletions

View File

@@ -6,8 +6,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 .user_models import User_Base
from app.models.common_field_schema import base_fields, default_num_bytes
# ### BEGIN ### API User Role Models ### User_Role_Base() ###