Ralph is the CMDB / Asset Management system for data center and back office hardware.
django
inventory
data-center
python3
virtualenv
cmdb
readthedocs
backoffice
inventory-management
dcim
assets-management
hacktoberfest
-
Updated
Dec 21, 2020 - Python
Is your feature request related to a problem? Please describe.
Currently, if the developer wants to register a new admin account, it doesn't let it do that because sendgrid API keys are needed. Remove this dependency for local, and switch to using an identical
emailServicewhich uses Nodemailer (Gmail option preferred) since Nodemailer is free. Maybe feature flag this property**Describe