chg: added a bit more dev context to the readme file !minor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cătălin 2021-01-25 15:11:10 +01:00
commit d97b046cc6
2 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,6 @@ from rest_framework import status
from rest_framework.utils import json
from order.models import SaleOrder, SaleOrderLine, Product
from order.serializers import SaleOrderSerializer
class OrderTests(TestCase):