In this post we want to build a similar app to show how web applications similar to Django can be build using Flamingo, Dingo and Gorm. (more…)
Read more »
The main Usage of a proxy model is to override the main functionality of existing Model. It is a type of model inheritance without creating a new table in Database. It always queries on original model with overridden methods or managers. (more…)
Read more »
Django 3, SQLite 3.8.5 and Pyton 3.7 in cPanel As Cloudlinux in cPanel evolves constantly here is the current way of setting up Django 3. This is an update... (more…)
Read more »
django - The Web framework for perfectionists with deadlines.
Read more »
A deep-dive on XSS exploitations in Django applications, how to find them and how to fix them... (more…)
Read more »