Relative Content

Tag Archive for pythondjangodjango-modelsdjango-viewsdjango-templates

Django inbox messaging functionality not working

So I’m trying to add messaging functionality to my e-commerce website, where buyers can message sellers and sellers can message buyers once the buyer has purchased something from them (haven’t written the code for that yet, just want basic messaging functionality out of the way). So this is what I’ve tried.