Extend this class to add custom user fields to registered users inDocumentation Index
Fetch the complete documentation index at: https://docs.pysquirrels.com/llms.txt
Use this file to discover all available pages before exploring further.
pyconfigs/user.py. The derived class must also be named CustomUserFields.
This class can be imported from the squirrels.auth or the squirrels module.
Example
Supported field types
Each new field in the derived class must be of one of the following types:str- String valuesint- Integer valuesfloat- Float valuesbool- Boolean valuestyping.Literal- Literal types
| None after the type to make it nullable.