瀏覽代碼

update admin

kateshev14 5 月之前
父節點
當前提交
65d939626c
共有 3 個文件被更改,包括 3 次插入3 次删除
  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 *