00LSLokesh SanapalliHow to get byte string from a stringHey guys, I have string like this "b'asdfasf'" I want to convert that byte which means that I need output as b'asdfasf'. To give some context, I have a CharField which should store encrypted string which is a byte string, so while saving, it is conve...Feb 6, 2019
00LSLokesh SanapalliCreating django API which accepts file on post requestI am building an API which accepts file and validates it, sends json response (not storing the file in db, so no need of model). I have created a class based view, in post function, request.FILES or request.POST doesn’t contain the file… If I make a ...Dec 6, 2018
02LSLokesh SanapalliHashnode MERN starterHi, I am using hashnode's mern starter project boilerplate to create my own project, but I got stuck with it. It is of more complex, Can anyone suggest me a simple starter code ???Dec 3, 2018WE