github地址; 以及效果都能看到
文档地址
第一步安装库:
pip install django-simpleui
第二步注册app
INSTALLED_APPS = [
...
这里只说用法,框架使用了django + rest_fremwork,因为有些地方需要分离开发,就导致一些接口需要身份验证
如下图
第一步:安装JWT库
pip install djangorestfra...
-
Python
-
2024年3月6日 17:32
-
119
-
0
-
0
第一步:需要安装Crypto库
pip install pycryptodome
第二步:具体实现
psd = b'tasXSG2R4j55' # 秘钥:字节
text = 'hello word'
...
Django框架,缓存的数据,下面是使用方法
1. settings配置
(注意:如果不设置缓存方法,Django会将数据缓存到内存中,这里我们采用redis)
CACHES = {
"de...
中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:https://mirrors.ali...
def set_indent(paragraph, left_indent=None, right_indent=None, first_line_indent=None, hanging_indent=None):
"...