随笔分类 - Project-Mobilar
摘要:Ref: PostgreSQL入门,小马视频 一、安装 psql --version psql (PostgreSQL) 10.16 (Ubuntu 10.16-0ubuntu0.18.04.1) 端口查看: $ nmap 12
阅读全文
摘要:参考视频:Photo Album App With Django & S3 Buckets【开发过程的讲解也不错】 给Django创建一个新的内部APP。 一、安装新应用 [apps.py] from django.apps import AppConfig class ScannerConfig(
阅读全文
摘要:一些复杂的页面,还是使用vue, react开发会好一些,但会涉及到一个permission的问题,也就是接下来我们要关注的部分。 Goto: Django Rest-framework 一、基础回顾 Ref: [Django] 02 - Django REST Framework (DRF) 【打
阅读全文
摘要:Ref: Python Django Tutorial: Full-Featured Web App Part 13 - Using AWS S3 for File Uploads Ref: https://django-storages.readthedocs.io/en/latest/ $ pi
阅读全文
摘要:Ref: Python Django Tutorial: Full-Featured Web App Part 12 - Email and Password Reset 注册的方法和设计技巧。 原生方案 一、流程 大概会涉及到几个步骤。 第一步、填写邮箱 文件 users/password_res
阅读全文
摘要:Ref: Python Django Tutorial: Full-Featured Web App Part 10 - Create, Update, and Delete Posts Ref: Python Django Tutorial: Full-Featured Web App Part
阅读全文
摘要:Ref: Python Django Tutorial: Full-Featured Web App Part 8 - User Profile and Picture Ref: Python Django Tutorial: Full-Featured Web App Part 9 - Updat
阅读全文
摘要:R&D 一、调查取证 Ref: Many sites, one Wagtail: a detailed walkthrough That's possible but Wagtail isn't set up to isolate a user that completely. From the p
阅读全文
摘要:视频:Photo Album App With Django & S3 Buckets【开发过程的讲解也不错】 视频:Upload Multiple Images In Form with Django 代码:https://github.com/divanov11/photo-album-app
阅读全文
摘要:Ref: 使用 TFX、Kubeflow 流水线和 Cloud Build 的 MLOps 的架构 What will you be doing? You will be working across the GCP platform developing Machine Learning algo
阅读全文
摘要:R&D 一、资源 展示照片方式不错 Repo: mYk's gallery Demo website: https://myks.org/en/photos/ 仅供参考 Repo: django-photologue Demo website: django-photologue 有注册登陆功能 V
阅读全文