在 Django 中添加和显示电子书

adding and displayin E-Books in django

我正在做一个销售电子书的项目,但考虑到用户无法下载或复制电子书,只能阅读,我想知道显示和处理电子书的最佳方式 谁能帮助我,我该怎么办?

好的,我知道您想创建一个可以销售电子书的在线电子书商店。您可以做的是创建一个 django 应用程序来显示和购买可用的电子书,然后将系统生成的用户 ID 和密码发送给客户,并提供给他们相关的联系方式。现在创建另一个托管在不同域上的 djanog 应用程序,并且只能从您可以使用 Electron 构建的自定义修改浏览器访问(https://github.com/electron) and restrict user with printing ebook, screenshot and other restrictions you want to add. To display pdf in django you can read an article here https://www.csestack.org/render-open-pdf-file-django/