簡體   English   中英

如何將 Tkinter 應用程序與 Django 用戶 Model 連接?

[英]How to Connect Tkinter Application with Django User Model?

我被困在一個地方。 我在 Django 上有一個 Tkinter 應用程序和 Web 應用程序。 我在兩個應用程序中都有一個登錄系統。 Rather making two distinct User Model, I want to linked My Tkinter Desktop Application with Django user Model so that I can synchronized the User data in both Application but the problem is when I am checking the password in my tkinter Application it is checking it as a純文本,但 django 用戶 Model 中的密碼無法解密。 那么,有什么方法可以將我的桌面應用程序(Tkinter)和 Web 應用程序(Django)與一個用戶 Model(Django)同步?

How to Connect Tkinter Application with Django User Model?- Step number0: Put in same directory as django application Step number1: Create a basic tkinter app Step number2: import the user models

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM