一 admin使用 1. admin app django.contrib是一套庞大的功能集,它是Django基本代码的组成部分。 Django 自动管理工具是 django.contrib 的一部分。你可以在项目的 settings.py 中的 INSTALLED_APPS 看到它: INSTAL ...
分类:
其他好文 时间:
2020-03-21 09:21:11
阅读次数:
70
搜索了一圈,在其他问题中找到了重置密码和新建超级用户的命令。 # 管理密码忘记了或者重置管理员密码 $ source /opt/py3/bin/activate $ cd /opt/jumpserver/apps $ python manage.py changepassword <user_nam ...
分类:
其他好文 时间:
2020-03-20 12:36:09
阅读次数:
282
1.安装模块django-cors-headerspip3installdjango-cors-headers2.配置django项目的settings.py文件配置INSTALLED_APPSINSTALLED_APPS=[...,‘corsheaders‘]配置中间件,注意顺序MIDDLEWARE=[...,‘corsheaders.middleware.CorsMiddlew
分类:
其他好文 时间:
2020-03-20 12:25:11
阅读次数:
45
django orm 数据库设定 Django默认使用的为 ,所以在使用mysql或其他数据库的时候需要对其进行相关设定 1.settings.py 2. project项目下的\__init__.py 3. 注册 在settings中INSTALLED_APPS注册我们的app 4.app的mod ...
分类:
数据库 时间:
2020-03-19 13:13:49
阅读次数:
66
一、基本使用 django_celery_demo ├── app01 │ ├── __init__.py │ ├── admin.py │ ├── apps.py │ ├── migrations │ ├── models.py │ ├── tasks.py │ ├── tests.py │ └─ ...
分类:
其他好文 时间:
2020-03-17 15:39:24
阅读次数:
61
Django Debug Toolbar 提供了一个测试用的强大调试栏,可在浏览器中直接查看相应的配置、Http Header,SQL,日志等等,非常实用,开发调试必用。 在settings.py配置应用INSTALLED_APPS = ( 'django.contrib.admin', 'djan ...
分类:
其他好文 时间:
2020-03-17 00:04:44
阅读次数:
68
apiVersion: apps/v1 kind: Deployment metadata: name: nginx deployment spec: selector: matchLabels: app: nginx replicas: 2 template: metadata: labels: ...
分类:
其他好文 时间:
2020-03-12 23:40:33
阅读次数:
80
```python 运行环境 PyCharm 2017.1 Django 2.0.1 python 3.6.1 使用相对路径引用Models模块 from .models import * 1 在同时存在多个apps的情况下,有机会报错 RuntimeError: Model class app_a... ...
分类:
移动开发 时间:
2020-03-12 18:58:24
阅读次数:
93
初始效果: 鼠标移入效果: 首先添加jQuery库,我这边直接引用百度CDN地址 <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> 写一个jQuery载入事件 $(function(){}); ...
分类:
Web程序 时间:
2020-03-11 23:44:55
阅读次数:
112
1.Swift Playgrounds Mac 版上线 https://apps.apple.com/cn/app/swift-playgrounds/id1496833156?mt=12&ign-mpt=uo%3D4 https://zhuanlan.zhihu.com/p/106538941 ...
分类:
编程语言 时间:
2020-03-05 10:25:07
阅读次数:
61