east-and-west-magic / django-pgsns

our social networks website
MIT License
0 stars 1 forks source link

【master】用户注册和数据同步 #13

Closed yao-eastside closed 5 months ago

yao-eastside commented 5 months ago
  1. 找到相关视频, 明白注册的实现

  2. 将注册数据备份到dataset (只有写操作)

  3. docker运行时,找到django的init函数,load dataset到db.sqlite3 (只有读操作)

yao-eastside commented 5 months ago

@an888888H 看发的20分钟的视频 @Beracles @lyl2021 都看一下注册相关的视频, 把找到的视频发到群里。考虑把它做到现在的repo (pgsns)

yao-eastside commented 5 months ago

use allauth