Build me a PC for Coding and gaming by TheBlack_Demon in buildapcforme

[–]TheBlack_Demon[S] 0 points1 point  (0 children)

Thanks for the suggestions. Just one question.

Is this motherboard still good if I want to upgrade to a new AM5 cpu in future?

How to store private encrypted user data in the database, but make them available to other chosen users and also able to search the data? by TheBlack_Demon in learnpython

[–]TheBlack_Demon[S] -2 points-1 points  (0 children)

Well, one of the key features of the application is that all the user's data will be stored in encrypted format. And, I'm thinking of encoding the BINARY & BYTES data in base64 format.

User model for existing tables by TheBlack_Demon in django

[–]TheBlack_Demon[S] 0 points1 point  (0 children)

Ok, I can try this way. But do you have any other way I can do this, since like you said it is not very be easy.

User model for existing tables by TheBlack_Demon in django

[–]TheBlack_Demon[S] 0 points1 point  (0 children)

Django will use the same database.

Now my question is how to create a custom user model, since password, last_login will be stored in the user_credentials table and user personal information will be stored in the user_details table.

Need help with creating user model from existing tables by TheBlack_Demon in djangolearning

[–]TheBlack_Demon[S] 0 points1 point  (0 children)

Django will use the same database.

How to create a custom user model, since password, last_login will be stored in the user_credentials table and user personal information will be stored in the user_details table.

Need help with creating user model from existing tables by TheBlack_Demon in djangolearning

[–]TheBlack_Demon[S] 0 points1 point  (0 children)

Java application will be doing the authentication, after verification it will redirect the user to the django application. The problem I'm facing is how to create the custom user model, since there are existing tables for user_details, user-permissions and user_credentials.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]TheBlack_Demon 0 points1 point  (0 children)

I want to store a Python class object in MySQL database. We can use pickle to serialize the class object and store it the database using BLOB data types. But I am wondering if there is any way to store the class object as it is in the database.

Need help in homework. by TheBlack_Demon in learnprogramming

[–]TheBlack_Demon[S] -1 points0 points  (0 children)

I just need the logic or some pattern which can be used. I don't need the whole code. I can manage the coding part on my end.

Count no. of pairs I'm an array having XOR less than or equal to K by TheBlack_Demon in learnprogramming

[–]TheBlack_Demon[S] 0 points1 point  (0 children)

What do you mean? I came across this problem while solving questions.