Build a Text Summarizer API using Django Rest Framework and spaCyA text-summarizing rest API tool created using spaCy and the Django Rest Framework. A weekend project suitable for beginners and intermediates.Aug 27, 2022·7 min read
Django Broken Object-Level Authorization GuideWe'll define broken object-level authorization. We'll provide some instances and some of the methods we can use to make our Django apps more secure.Aug 26, 2022·9 min read
Django Broken Authentication GuideAuthentication system flaws can allow attackers to get access to user accounts and potentially compromise a whole system by utilizing an admin accountAug 25, 2022·6 min read
Django Broken Access Control GuideThe security of web applications is paramount for every business. Users want to know that their data is secure and private.Aug 24, 2022·7 min read
Internalization in DjangoInternalization in Django Django is one of the most popular web frameworks known for its battery-inclusion. One of the inbuilt features of Django is internationalization (also known as i18n). This article shows how to utilize i18n to reduce language ...Aug 23, 2022·8 min read
Create a CV/Resume Builder using the Django Rest Framework (part 4)building resumes (CVs) as downloadable PDFs.Aug 22, 2022·11 min read