django-account-balances
django-account-balances copied to clipboard
Track account credits in Django
Results
3
django-account-balances issues
Sort by
recently updated
recently updated
newest added
django.db.models.get_model is deprecated use django.db.models.loading.get_model instead. f.e. in facade.py
Hey folks, while trying to migrate accounts app with ``` ./manage.py migrate accounts ``` I get following error: ``` ValueError: Cannot successfully create field 'user' for model 'transfer': "The model...