Kaynağa Gözat

update admin

kateshev14 5 ay önce
ebeveyn
işleme
65d939626c
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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 *