kateshev14 5 mesi fa
parent
commit
65d939626c
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      apiviews/__init__.py
  2. 1 1
      models/__init__.py
  3. 1 1
      serializer/__init__.py

+ 1 - 1
apiviews/__init__.py

@@ -1 +1 @@
-from .orders_local import OrdersLocalMVS
+from .orders_local import *

+ 1 - 1
models/__init__.py

@@ -1 +1 @@
-from .orders_local import OrdersLocal
+from .orders_local import *

+ 1 - 1
serializer/__init__.py

@@ -1 +1 @@
-from .orders_local import OrdersLocalSerializer
+from .orders_local import *