自定义Django-admin管理命令
https://pythondjango.cn/django/advanced/11\-django\-admin\-commands/
Read More →55 posts
https://pythondjango.cn/django/advanced/11\-django\-admin\-commands/
Read More →https://www.jianshu.com/p/8e476eef43f7
Read More →https://www.myfreax.com/how\-to\-install\-nginx\-on\-ubuntu\-20\-04/
Read More →https://blog.csdn.net/win\_turn/article/details/52997286 ``` setting.py设置 # 当运行 python manage.py collectstatic 的时候 #...
Read More →``` x_forwarded_for = request.META.get('HTTP_X_FORWARDED_FOR') # 判断是否使用代理 if x_forwarded_for: ip =...
Read More →