David Paul Graham
David Paul Graham
Great! One thing, if you're going to work on migrating components from away from bootstrap, please just keep the PRs small. I'll review 12 small PRs much faster than 1...
@ayobamiseun you need to configure the docker containers, either `cp ./configs/.env.dev .env` then `docker compose up --build` or pass in the config with the `--env-file` flag. have docs on setting...
happy to help, please submit a ticket.
Hey @nikatlas, interesting idea. I've never used django for an instance where the authentication user model wasn't the same as the authorization user model. It's such a fundamental change for...
@nikatlas The more I think about this, the more I like the idea of allowing downstream projects the ability to separate the authorization model from the authentication model. But I...