Adam Charnock
Adam Charnock
I'm back! After much doubt and cursing, I can also confirm that this is now working. For anyone else coming across this: For a while I had the exact same...
@tiagolobocastro I don't think so. The ansible playbook was already using `dd`, but maybe I'll speed things up and change it to `fallocate` now I have things working. **Update:** Use...
Wow, I'm sure late replying to this one. Version 0.2.3 released.
Thank you very much for your fast response @greenpau. I have made the correction you pointed out. Re the tokens, I have checked the `Caddyfile` and the relevant lines are...
FWIW, I'm also setting the `JWT_SECRET` environment variable in the service's environment. I'm not sure if that is required, but I saw a mention of it somewhere when googling around...
Thank you for this @nitsujri. I can see the need to present a more true-to-accounting view of the transaction data. To this end I have implemented a database view in...
Thank you for this @Lekhanshlkr! I recreated these changes locally and all the checks seemed to pass happily. I guess something got resolved since August. I'll close this PR, but...
Hi @kumarnmanoj, I have just taken a look at this (on Django 4.2) and run `makemigrations` myself. No migrations were created, so things seem ok on my side. The migrations...
Closed by #112 (based on #99)
Going to close this it seems sorted (#57). Also, see [this code comment](https://github.com/adamcharnock/django-hordak/blob/master/hordak/migrations/0039_recreate_update_full_account_codes.py#L5) if you're having issue in this area.