Results 7 comments of Colin Rolfe

@jleeothon I get the same error on Python 2.7.5, but had success installing from master: `pip uninstall django-faker` `pip install git+git://github.com/joke2k/django-faker.git`

I'd like to see this change get merged in, as modular settings is a very common pattern.

@LukeyJohnson Have a look at the `update_from_env` function found in utils.py and related documentation in the README. Please be aware that I have an open PR to fix an issue...

Sure thing. I found a workaround using ng-repeat after the dataset is ready, but that feels like cheating :)

You could keep `accounts` as a property on wallet, and add a `create_account` method to wallet. The wallet id is needed for `account_create` command, so an `AccountSet` class would still...

I'm not sure if this is what the original requestor is looking for, but something that would be useful to me is the ability to define some sort of schema...

@gondaz I was able to workaround this by making sure to set a `platform`, even though the field is marked optional [per the documentation](https://registry.terraform.io/providers/jianyuan/sentry/latest/docs/resources/project#platform-1). After I set this, I was...