Stay Hungry,Stay Foolish!

摘要: react-router-dom https://github.com/remix-run/react-router/blob/main/docs/getting-started/tutorial.md 对于location的变化, 不论是 hashtag方式, 或者是 通过pushstate改变u 阅读全文
posted @ 2021-10-31 22:29 lightsong 阅读(973) 评论(0) 推荐(0)
摘要: User authentication in Django https://docs.djangoproject.com/en/3.2/topics/auth/ django带有一个用户认证系统,能够处理 用户账户、组、许可、基于cookie的用户会话。 Django comes with a us 阅读全文
posted @ 2021-10-31 18:14 lightsong 阅读(157) 评论(0) 推荐(0)
摘要: background 基于django和react构建开发环境: django+restframework作为后台API提供者 react+ant design作为前端UI框架 利用django和react的开发工具的热更新功能, 实现前后台代码更新都不需要手动重启server。 如下拓扑图。 首先 阅读全文
posted @ 2021-10-31 09:55 lightsong 阅读(44) 评论(0) 推荐(0)
千山鸟飞绝,万径人踪灭