adamcharnock / django-hordak

Double entry accounting in Django
http://django-hordak.readthedocs.io
MIT License
231 stars 55 forks source link

allow to use HORDAK_CURRENCIES to get rid of Django warning and not b… #80

Closed PetrDlouhy closed 1 year ago

PetrDlouhy commented 1 year ago

…reak dj-money

PetrDlouhy commented 1 year ago

The migration counts with migrations from #76 - will need to be merged first or the migration recreated.

nitsujri commented 1 year ago

Linking Issue https://github.com/adamcharnock/django-hordak/issues/78. Thanks so much for this fix!!

@PetrDlouhy can we remove dependency on #76 as it looks like it'll be a while before that one can get merged in. Would love to officially have this warning removed.

PetrDlouhy commented 1 year ago

@nitsujri I did change the PR to not change default value of CURRENCIES and thus not creating migration at all and avoiding the dependency. I hope that is enough, you can still set HORDAK_CURRENCIES in your settings.

I will release this now.