Added better fundraising routes, methods, and models! I thought I already did this...
This commit is contained in:
@@ -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() ###
|
||||
|
||||
Reference in New Issue
Block a user