运维开发笔记整理-数据分页

                                       作者:尹正杰 

版权声明:原创作品,谢绝转载!否则将追究法律责任。

 

 

一.创建测试数据(批量创建1000个用户)

C:\Users\yinzhengjie\softwares\GitHub\DevOps>python manage.py shell
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>>
登录ipython(C:\Users\yinzhengjie\softwares\GitHub\DevOps>python manage.py shell)

相关文章:

  • 2021-08-03
  • 2021-07-13
  • 2021-05-20
  • 2021-08-03
  • 2021-09-26
  • 2021-06-05
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2021-07-31
  • 2021-09-11
  • 2021-06-15
  • 2022-01-02
  • 2021-11-11
  • 2021-08-14
相关资源
相似解决方案