Browse Source

update admin

kateshev14 5 tháng trước cách đây
mục cha
commit
65d939626c

+ 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 *