소스 검색

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 *