Django oscar order app abstract models customization
I want to override django-oscar Order class which Inheritance from AbstractOrder class (in order apps and abstract_models.py file) but when i try to use migrate & makemigrations commands it says that model there is a problem in register_model function and i have no idea how i can solve it (i need to use basket_total_incl_tax property and currency field does anyone know where can i find these two in other classes?) if anyone knows what the problem is and what should i do to solve it please tell me. thank you.