Sebastien Mirolo

Results 40 comments of Sebastien Mirolo

I tried the commands in the README file in a fresh empty directory Today. Here is what I ran: git clone https://github.com/djaodjin/djaoapp.git cd djaoapp python -m venv installTop source installTop/bin/activate...

This is a bug due to a change in SQLite that Django did not like. See [SQLite 3.26 breaks database migration ForeignKey constraint, leaving __old in db schema](https://code.djangoproject.com/ticket/29182) for details....

If you are using `brew` to install SQLite, [this will help](https://github.com/wagtail/wagtail/issues/4941#issuecomment-445000835).

`/users/{user}/pubkey/` is for RSA private/public key authentication of an `User` (see [djaodjin-signup#19](https://github.com/djaodjin/djaodjin-signup/issues/19)). The end-point that makes the most sense to use is `/api/billing//card/` (saas.api.backend.RetrieveCardAPIView) but at this point it does...

![67519520-acc7dd80-f6af-11e9-8eb5-b88ab3c61d94](https://user-images.githubusercontent.com/3732869/67527765-99475300-f66c-11e9-9099-fd37c54c44a1.png) 1. Make sure there is only one button named "Invite Profile Manager". 2. When the user is not yet registered, add the "error" message (red text) and invite text...

Yes. Inline the dialog in "Connected profiles" the same way. Just be careful that the type ahead will be an `Organization` in that case.

The templates are using the correct symbol through #18. There are not `unit` on an Organization but there is a saas.settings.DEFAULT_UNIT.

Will adding `required` trigger some feedback to the user?

OK. Make sure the `required` is added as part of the PR for #77.

`make install-conf` will install 2 configuration files loaded by `settings.py` (these files should be in `*VIRTUALENV/etc/djaoapp`). `site.conf` by default declares `DEBUG = False` (aka Django production mode) which will make...