How to store users data like social media apps

2021-12-20 Thread Koushik Romel
I'm in need of this like how the social medias like Facebook, Instagram and Twitter stores data for each users and allow the users to access their own profile when they enter their username and password Giving solution for this or redirecting me to the correct blog or any documentation page is

CSRF token missing on models with a file/imagefield

2021-12-20 Thread Yorben Verhoest
I have a project which is set up on AWS using lambda, s3, ... Because it is still in production we are using DjangoAdmin to manage the data in it. All of my models work fine when I try to save them except the ones that have a filefield or imagefield in them. When I save those, I get a 403 - CSR

How the social platforms deals each users data

2021-12-20 Thread Koushik Romel
Like Twitter, Instagram and Facebook how to store users data separately it will also be helpful if you redirect me to any blog or any documentation to know completely about this -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

Re: How the social platforms deals each users data

2021-12-20 Thread Kasper Laudrup
On 20/12/2021 08.08, Koushik Romel wrote: Like Twitter, Instagram and Facebook how to store users data separately it will also be helpful if you redirect me to any blog or any documentation to know completely about this https://dev.to/earthcomfy/django-user-profile-3hik Kind regards, Kaspe

Regarding help web development career

2021-12-20 Thread Nandini Rai
Hi it's Nandini here, pursing first year of graduation in Delhi University. I am actively looking for good GSOC organizations to contribute. I am interested in web development and worked with Java, HTML, python and many more. I thought of asking that may I contribute with you (as good one for m

Stack overflow on delete

2021-12-20 Thread Phoebe Bright
I have a complex model based around an Event object and want to be able to delete an Event and all its associated data. Just calling delete() on the event always leads to a stack overflow so I wrote a custom delete method that goes through each related model and removes links and then deletes t

Re: CSRF token missing on models with a file/imagefield

2021-12-20 Thread Phoebe Bright
So you are adding these images using the standard DjangoAdmin interface? On Monday, 20 December 2021 at 14:13:23 UTC Yorben Verhoest wrote: > I have a project which is set up on AWS using lambda, s3, ... > > Because it is still in production we are using DjangoAdmin to manage the > data in it. >

Re: CSRF token missing on models with a file/imagefield

2021-12-20 Thread Yorben Verhoest
Yes, I'm just using the DjangAdmin interface It works perfectly for models without any filefield / imagefield First I thought that the connection between the app and the s3 bucket was wrong, but when I test i through the shell, it works. On Monday, 20 December 2021 at 19:50:28 UTC+1 phoebeb...@gm

Re: How to store users data like social media apps

2021-12-20 Thread Pitson Mwakabila
Hello! I recommend that you read more on databases especially the relational ones. On Mon, Dec 20, 2021 at 4:13 PM Koushik Romel wrote: > I'm in need of this like how the social medias like Facebook, Instagram > and Twitter stores data for each users and allow the users to access their > own pro